Google Books Api Testing Report

Tuesday, 06 April 2021 16:12:18
Total Iterations

34

Total Assertions

147

Total Failed Tests

27

Total Skipped Tests

0


File Information
Collection: Google Books Api Test
Environment: TEST
Collection Description
## This collection challenges Google Books API ## Complete documentation of the API can be found [here](https://developers.google.com/books/docs/overview) The API introduces 2 entities : - VOLUMES - BOOKSHELVES *** ### Collection structure ### Collection is separated in 2 parts : - **INTEGRATION TESTS :** Challenges atomic fonctionalities - **REGRESSION TESTS :** Challenges global use case scenario #### Auth : #### - For ```Volumes``` requests don't use Auth or apiKey - **For ```bookshelf``` resquests, we use an oAuth 2.0 + API KEY** #### Test naming : #### - Each test is referred as ```[SxxxCyyy] <description>``` - ```Sxxx``` : is the id of the scenario from 0 to 999, - ```Cyyy``` : is the id of the test Case from 0 to 999, - ```<description>``` : exposes what the test case challenges and expects - example : ```[S101C002] Response object has all expected properties``` - Test scenarios (gherkin) and cases details are exposed in each request documentation - Client consuming the API is referred to as ```client``` - Google books API is referred to as ```service``` #### Datas : #### - This collection uses an external data file. #### Routing : #### Dispatch between data iteration requests, and tests cases works as follows : - ```Routing Req``` sets next request depending on the ```data.scenario``` value - ```switch``` statement on ```data.testCase``` in the test script of each request routes the iteration to its corresponding test case. - Each request after completion and tests throws back to the routing Req. *** ***
Timings and Data
Total run duration: 27.8s
Total data received: 2.84MB
Average response time: 290ms
Summary Item Total Failed
Requests 81 0
Prerequest Scripts 260 0
Test Scripts 232 0
Assertions 147 27
Skipped Tests 0 -



Showing 27 Failures

Failed Test: [S00time] response time is below 400ms

Assertion Error Message
expected 466 to be below 400
Failed Test: [S003C002] Response items are sorted from newest to oldest

Assertion Error Message
expected 1603490400000 to be at most 1567288800000
Failed Test: [S00time] response time is below 400ms

Assertion Error Message
expected 430 to be below 400
Failed Test: [S007C001] Response returns items with language "fr"

Assertion Error Message
expected 'en' to deeply equal 'fr'
Failed Test: [S201C001] response has 200 status

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S201C002] Response object has a "kind" of bookshelf

Assertion Error Message
expected { Object (error) } to have property 'kind'
Failed Test: [S203C001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S204C001] Reponse has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S289C001] Response has 401 code with "UNAUTHENTICATED" status

Assertion Error Message
expected { Object (code, message, ...) } to have property 'code' of 401, but got 429
Failed Test: [S290C001] Response has 400 code with "INVALID_ARGUMENT" status

Assertion Error Message
expected { Object (code, message, ...) } to have property 'code' of 400, but got 401
Failed Test: [S291C001] Response has 400 code with "Invalid bookshelf ID." msg

Assertion Error Message
expected { Object (code, message, ...) } to have property 'code' of 400, but got 429
Failed Test: [S292C001] Response has status 403

Assertion Error Message
expected response to have status code 403 but got 429
Failed Test: [S292C002] Response to have matching error msg

Assertion Error Message
expected 'Quota exceeded for quota metric \'Queries\' and limit \'Queries per day\' of service \'books.googleapis.com\' for consumer \'project_number:665351653611\'.' to deeply equal 'Cannot modify read-only resource.'
Failed Test: [S502aC001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502bC001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502bC002] Response to be object with "kind" and "totalItems" properties

Assertion Error Message
expected { Object (error) } to have property 'kind'
Failed Test: [S502bC003] Response "totalItems" = 0

Assertion Error Message
expected undefined to deeply equal 0
Failed Test: [S502cC001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502dC001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502dC002] Response to be object with "kind" and "totalItems" properties

Assertion Error Message
expected { Object (error) } to have property 'kind'
Failed Test: [S502dC003] Response "totalItems" = 1

Assertion Error Message
expected undefined to equal 1
Failed Test: [S502eC001] Reponse has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502e002] Response object has all expected properties

Assertion Error Message
expected { Object (error) } to have property 'kind'
Failed Test: [S502e003] Response object has uniq item with "id" = B3hOv6y9_dcC and "title" = Akim-foo

Assertion Error Message
Cannot read property '0' of undefined
Failed Test: [S502fC001] Response has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502gC001] Reponse has status 200

Assertion Error Message
expected response to have status code 200 but got 429
Failed Test: [S502gC002] total Items of bookshelf is back to null

Assertion Error Message
expected undefined to deeply equal null


There are no skipped tests



34 Iterations available to view
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 450ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 93662891-99f6-4589-9eaf-a53bde035678
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:51 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "oNYQUHbozRE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "n4VElWcPMDU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "ew4RXHK0sRA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l'année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "NjuuOBk8mmA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97 ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "eXNArL0At/I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "LPpJWUUIHg0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "iWP7xBbg/EM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "kg8Yy62Mk3w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters > Charts & Awards > Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters” ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "InN64UP+mug",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn't have any ideas, but JJ knew where the car ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "Wjwgk6D/MSM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e" ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S001] Critical Tests ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|The query has no parameter | |```THEN```|**I should get a valid response** | ### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response object has all expected properties | 1 | #### datas : #### - ```qData```= "arcachon"
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon
Response Information
Response Code: 200 - OK
Mean time per request: 367ms
Mean size per request: 31.45KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token a3321482-8c02-4450-8a0c-b154bdab382d
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:51 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 1506,
          "items": [
            {
              "kind": "books#volume",
              "id": "5I9IAQAAMAAJ",
              "etag": "W8gWuhM3jvU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5I9IAQAAMAAJ",
              "volumeInfo": {
                "title": "Host Bibliographic Record for Boundwith Item Barcode 30112027908901 and Others",
                "subtitle": "(1895-1903)",
                "publishedDate": "1895",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UIUC:30112027908836"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=5I9IAQAAMAAJ&pg=RA5-PR3&dq=arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&rdid=book-5I9IAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Host_Bibliographic_Record_for_Boundwith.epub?id=5I9IAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5I9IAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "D'\u003cb\u003eARCACHON\u003c/b\u003e STATION BIOLOGIQUE Présidents d'honneur . M. le RECTEUR \u003cbr\u003e\nde l'Université de Bordeaux ; M. le DOYEN de la Faculté des Sciences de \u003cbr\u003e\nBordeaux ; M. le DOYEN de la Faculté de Médecine et de Pharmacie de \u003cbr\u003e\nBordeaux ; M."
              }
            },
            {
              "kind": "books#volume",
              "id": "bMwHY-1lA0AC",
              "etag": "sv4TG/TmcEw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/bMwHY-1lA0AC",
              "volumeInfo": {
                "title": "Les villes nouvelles. Arcachon. La plage, la forêt et la ville d'hiver",
                "authors": [
                  "F. Dubarreau"
                ],
                "publishedDate": "1863",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001103310905"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 43,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=bMwHY-1lA0AC&pg=PA16&dq=arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&rdid=book-bMwHY-1lA0AC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.epub?id=bMwHY-1lA0AC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.pdf?id=bMwHY-1lA0AC&hl=&output=pdf&sig=ACfU3U1ZvQai5FklX9oHG3bWFY6UffsN-A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=bMwHY-1lA0AC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "IT \u003cb\u003eARCACHON\u003c/b\u003e DEVANT LA SCIENCE La cour d'assises . Les travaux de M. \u003cbr\u003e\nHameau . Analyses . \u003cb\u003eArcachon\u003c/b\u003e , patrie des enfants . -- Pourquoi les enfants l'\u003cbr\u003e\naiment et pourquoi ils y vont . La clientèle du docteur Blanche . Climatologie ."
              }
            },
            {
              "kind": "books#volume",
              "id": "92_C6N0Kq_oC",
              "etag": "tdIHrw2SaaA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/92_C6N0Kq_oC",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1855",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001101181274"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=92_C6N0Kq_oC&pg=PA3&dq=arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&rdid=book-92_C6N0Kq_oC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC&hl=&output=pdf&sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=92_C6N0Kq_oC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "ÉMINENCE , En 1624 , le célèbre cardinal de Sourdis donna un grand essor au \u003cbr\u003e\npèlerinage de Notre - Dame d ' \u003cb\u003eArcachon\u003c/b\u003e , en invitant les fidèles à remplacer par \u003cbr\u003e\nune chapelle en pierres le modeste oratoire en bois élevé par les soins d ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "UkxRAAAAcAAJ",
              "etag": "tktwxDoQljA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/UkxRAAAAcAAJ",
              "volumeInfo": {
                "title": "Histoire de N. - D. d'Arcachon et du b(ienheureux) Thomas Illyricus son fondateur",
                "subtitle": "(Maria.)",
                "authors": [
                  "L. Delpeuch"
                ],
                "publishedDate": "1872",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BSB:BSB11019478"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 235,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=UkxRAAAAcAAJ&pg=PA228&dq=arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&rdid=book-UkxRAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.epub?id=UkxRAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.pdf?id=UkxRAAAAcAAJ&hl=&output=pdf&sig=ACfU3U3NHNElXOBsiMpmwKJWMppMWRyK3Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=UkxRAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "(Maria.) L. Delpeuch. >> » que vous soyez isolé et retranché du reste des \u003cbr\u003e\nhommes . » \u003cb\u003eArcachon\u003c/b\u003e est une sorte d'Océanie francaise ; c'est Taïti à quelques \u003cbr\u003e\nkilomètres de Bordeaux ; la vie sauvage à une portée de fusil du foyer de la \u003cbr\u003e\ncivilisation ."
              }
            },
            {
              "kind": "books#volume",
              "id": "_zuaK0fgqw8C",
              "etag": "AS2mKfQltHw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/_zuaK0fgqw8C",
              "volumeInfo": {
                "title": "La chapellede Notre-Dame d'Arcachon",
                "subtitle": "esquisse historique",
                "authors": [
                  "Oscar Dejean"
                ],
                "publishedDate": "1856",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001102802142"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 23,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=_zuaK0fgqw8C&pg=PA16&dq=arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&rdid=book-_zuaK0fgqw8C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.epub?id=_zuaK0fgqw8C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.pdf?id=_zuaK0fgqw8C&hl=&output=pdf&sig=ACfU3U1nPZWhMiXxwl7OSVRxTZ7YqL4GgQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=_zuaK0fgqw8C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "pour son entretien et subsistance , de faire la » quête au lieu de ladite Cbapelle \u003cbr\u003e\net aux envi» rons . . . . » Les Cordeliers continuèrent de fournir des aumôniers au \u003cbr\u003e\nsanctuaire de Notre - Dame d ' \u003cb\u003eArcachon\u003c/b\u003e jusqu ' en 1792 , où le dernier d ' entre ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "P1o9AAAAYAAJ",
              "etag": "5HKe/Kc/lqY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/P1o9AAAAYAAJ",
              "volumeInfo": {
                "title": "Exposition internationale de pêche & d'agriculture d'Arcachon ...",
                "publishedDate": "1867",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:HWG1TX"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 21,
                "printType": "BOOK",
                "categories": [
                  "Arcachon"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=P1o9AAAAYAAJ&pg=PA1&dq=arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&rdid=book-P1o9AAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.epub?id=P1o9AAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.pdf?id=P1o9AAAAYAAJ&hl=&output=pdf&sig=ACfU3U287Yz5EyRfBE9rLMwSC_LVJHG_ZA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=P1o9AAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "EXPOSITION INTERNATIONALE - DE PÊCHE ET D ' AQUICULTURE D ' \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e L ' exposition de pêche et d ' aquiculture d ' \u003cb\u003eArcachon\u003c/b\u003e , ouverte au \u003cbr\u003e\nmois de juillet 1866 , a présenté , comme celle de Boulogne , un vif intérêt . \u003cbr\u003e\nOrganisée ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "p78XAAAAYAAJ",
              "etag": "vgZALf/Iaus",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/p78XAAAAYAAJ",
              "volumeInfo": {
                "title": "Le pèlerinage de Notre-Dame d'Arcachon et la Santa Casa",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044100118884"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 34,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=p78XAAAAYAAJ&pg=PA23&dq=arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&rdid=book-p78XAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.epub?id=p78XAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.pdf?id=p78XAAAAYAAJ&hl=&output=pdf&sig=ACfU3U32_nb19DpWc7Lqybh9PrtMh4Se1A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=p78XAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Tous les membres reçoivent une gravure représentant N . - D . d ' \u003cb\u003eArcachon\u003c/b\u003e , \u003cbr\u003e\navec un prospectus de l ' auvre , accompagné de cette prière : « 0 Marie ! Mère \u003cbr\u003e\nde Dieu , » qui avez ordonné à la tempête et aux flots de dé» > poser , sur les \u003cbr\u003e\nriantes ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "szVYAAAAcAAJ",
              "etag": "oN8koa8K0q4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/szVYAAAAcAAJ",
              "volumeInfo": {
                "title": "Un Voyage au bassin d'Arcachon",
                "authors": [
                  "Henri RIBADIEU"
                ],
                "publishedDate": "1859",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0017859331"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 163,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=szVYAAAAcAAJ&pg=PA27&dq=arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&rdid=book-szVYAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Un_Voyage_au_bassin_d_Arcachon.epub?id=szVYAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=szVYAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "elle est agitée , quelquefois furieuse , comme si l'Angleterre , qui est là , à \u003cbr\u003e\nquelques milles , lui soufflait ses rancunes ; madame Patissier cependant avait \u003cbr\u003e\ndédaigné , et Calais , et Dieppe , et le Havre ; elle avait donné la préférence à \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h5aXJXa2yggC",
              "etag": "mEULLmIR2zg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h5aXJXa2yggC",
              "volumeInfo": {
                "title": "Bassin d'Arcachon entre dunes et landes",
                "authors": [
                  "Charles Daney",
                  "Régine Rosenthal"
                ],
                "publisher": "RENAISSANCE DU LIVRE",
                "publishedDate": "2001-05-22",
                "description": "Triangle bleu dans le triangle vert des cartes d'Aquitaine, le Bassin d'Arcachon n'est pour le voyageur pressé qu'un insolite petit triangle d'eau évanescent, léger comme une bulle, accroché en un point infime au rivage dunaire du golfe de Gascogne. Si le grand triangle forestier qui l'entoure inquiète souvent par son immensité, le Bassin d'Arcachon donne l'impression de l'infiniment petit, de l'infiniment fragile, tant paraît dérisoire le tissu de chenaux emmêlés qui le rattache à l'Atlantique. C'est pourtant ce fragile écheveau qui nous le rend précieux puisque la vie vient de l'océan et que des hommes se sont toujours fixés sur des bords qui ne furent jamais un \"territoire du vide\". Les marins parlent de bassin de radoub ou de carénage. Les vieux dictionnaires de la marine emploient le mot de bassin pour signifier la partie retirée d'une rade ou d'un port. À croire qu'au beau milieu de deux cent trente-cinq kilomètres de rouleaux, après qu'on en ait franchi les passes, le monde amphibie de cette baie marine apparaît plus calme que la plus calme baie, plus inespéré que le plus sûr des ports. Arcachon n'est pas un simple sigle de localisation. Comme tous les noms anciens de mer, de montagne ou de forêt, il est chargé de peurs et de légendes qui lui sont propres. Les anciens n'étaient pas loin d'y voir des êtres de chair aux réactions redoutables. Ils les apprivoisaient, quelquefois. Comme Iroise ou Morbihan, Arcachon est un nom d'autrefois, un nom de mer qui suffisait à en exprimer l'emplacement et le caractère tout à la fois. Tout le monde sait cela à l'exception des géographes qui éprouvent le besoin un peu pédant de préciser s'il s'agit de montagne, de forêt, de mer, de petite mer... Ils en ont rallongé les noms au grand dam des nécessités d'inscription sur la carte. Probablement gênés par le caractère d'Arcachon qu'ils trouvaient trop calme pour être une mer, trop difficile d'accès pour être une baie, trop \"sauvage\" pour être une rade, ils lui ont donné pour qualificatif le terme de Bassin. C'est vouloir forcer le regard des voyageurs et s'imposer un peu trop insolemment comme guide. Alors, pour retrouver la nature et l'esprit de ces lieux, nous l'appelons Arcachon comme étant le nom depuis trop longtemps oublié d'un monde séduisant parce que vivant, captivant, grouillant d'activités, mais fort complexe en sa diversité.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782804605025"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2804605027"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 155,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.1",
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=h5aXJXa2yggC&pg=PA156&dq=arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=h5aXJXa2yggC&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bassin_d_Arcachon_entre_dunes_et_landes.html?hl=&id=h5aXJXa2yggC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h5aXJXa2yggC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Noms propres \u003cb\u003eArcachon\u003c/b\u003e a récupéré en 1857 (date de sa fondation par décret) le \u003cbr\u003e\nnom qui n'était plus utilisé depuis longtemps pour désigner la baie. Le seul \u003cbr\u003e\nfleuve véritablement landais et qui signifie l'eau ("aiguë") intègre ou non l'article \u003cbr\u003e\net ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "PkekrqGA0G4C",
              "etag": "rfBRwln6d1U",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/PkekrqGA0G4C",
              "volumeInfo": {
                "title": "Bateaux et gens du Bassin d'Arcachon",
                "authors": [
                  "Bernard Cherrier"
                ],
                "publisher": "Les Dossiers d'Aquitaine",
                "publishedDate": "2000",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2846220093"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782846220095"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 94,
                "printType": "BOOK",
                "categories": [
                  "Aquitaine (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.3.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=PkekrqGA0G4C&pg=PA59&dq=arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=PkekrqGA0G4C&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bateaux_et_gens_du_Bassin_d_Arcachon.html?hl=&id=PkekrqGA0G4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=PkekrqGA0G4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Une régate organisée par le Cercle nautique de Bordeaux , dans la rade d'\u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e , sans doute vers 1850. On notera , outre le grand nombre de voiliers \u003cbr\u003e\nparticipant à l'épreuve , la présence d'échassiers et de quelques cavaliers . \u003cbr\u003e\nremonter ..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S001C001] Response has 200 status code 1 0 0
[S001C002] Response object has all expected properties 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 330ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 887d2e70-e412-42d6-b6b4-795e2beae9ff
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:52 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 523,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "3ya/nmZXpAM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "68C6K1ehJrc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "nauHPCy4OpY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l'année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "jtjHG5fmNiI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97 ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "HdW38HxHPY0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "/RN2dA0KTic",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "RbTXANAoWK8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "JoGr/QNCkm4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters > Charts & Awards > Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters” ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "li77e5naAC4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn't have any ideas, but JJ knew where the car ..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "mLRnIAfj0Zw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e" ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S002] Valid request format with q parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|"q" is set with a filter | |```THEN```|**I should get a valid response with items matching "q" filter constraints** | ### 3 test cases : ### | CASE | Description | iteration | Datas | |-|-|-|-| | ```[C001]``` | ```intitle``` check: Each item has a TITLE including the requested value | 1 | ```qScope```="intitle"<br>```qData```="arcachon" | | ```[C002]``` | ```inauthor``` check: Each item's AUTHORS is an array that includes the requested value | 1 | ```qScope```="inauthor"<br>```qData```="arcachon" | | ```[C003]``` | ```isbn``` check: Response has a uniq item with matching "isbn" | 1 | ```qScope```="isbn"<br>```qData```="9781428925168" |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=intitle:arcachon
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 35.94KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 8df451f3-4eed-41a2-9957-203e99e444c5
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:52 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 250,
          "items": [
            {
              "kind": "books#volume",
              "id": "cfMgAQAAIAAJ",
              "etag": "yuxnas6UeyU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/cfMgAQAAIAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station biologique d'Arcachon",
                "publishedDate": "1915",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCSD:31822009691981"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Biology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=cfMgAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=cfMgAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=cfMgAQAAIAAJ&dq=intitle:arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=cfMgAQAAIAAJ&dq=intitle:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_biologique_d_Arca.html?hl=&id=cfMgAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=cfMgAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "PkekrqGA0G4C",
              "etag": "ntiC0KGrBQU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/PkekrqGA0G4C",
              "volumeInfo": {
                "title": "Bateaux et gens du Bassin d'Arcachon",
                "authors": [
                  "Bernard Cherrier"
                ],
                "publisher": "Les Dossiers d'Aquitaine",
                "publishedDate": "2000",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2846220093"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782846220095"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 94,
                "printType": "BOOK",
                "categories": [
                  "Aquitaine (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.3.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=PkekrqGA0G4C&printsec=frontcover&dq=intitle:arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=PkekrqGA0G4C&dq=intitle:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bateaux_et_gens_du_Bassin_d_Arcachon.html?hl=&id=PkekrqGA0G4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=PkekrqGA0G4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "CNdnAAAAMAAJ",
              "etag": "5zT1uTZ2TQo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/CNdnAAAAMAAJ",
              "volumeInfo": {
                "title": "D'Arcachon à Andernos",
                "subtitle": "regards sur le bassin : actes du XLVIIIe Congrès d'études régionales de la Fédération historique du Sud-Ouest tenu à Arcachon et Andernos, les 20 et 21 avril 1996",
                "authors": [
                  "Fédération historique du Sud-Ouest"
                ],
                "publishedDate": "1997",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015061384593"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 450,
                "printType": "BOOK",
                "categories": [
                  "Andernos-les-Bains (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&dq=intitle:arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&dq=intitle:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/D_Arcachon_%C3%A0_Andernos.html?hl=&id=CNdnAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=CNdnAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "s0KyDwAAQBAJ",
              "etag": "k++jdAeTsUA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/s0KyDwAAQBAJ",
              "volumeInfo": {
                "title": "Avis de tempête sur le bassin d'Arcachon",
                "subtitle": "Roman régional",
                "authors": [
                  "François Veillon"
                ],
                "publisher": "Le Lys Bleu Éditions",
                "publishedDate": "2019-09-26",
                "description": "Le Bassin d’Arcachon est confronté au déchainement des éléments... Cet ouvrage met en exergue les dérèglements issus du réchauffement climatique se manifestant sur le Bassin d’Arcachon. Chacune des familles habitant cette région où ses alentours sera confrontée à la violence, la beauté ou à la rareté d’éléments tempétueux. Suivez dans ce roman régional les réactions de plusieurs familles face aux conséquences dévastatrices et incontrôlables du réchauffement climatique sur leur environnement. EXTRAIT Gaétan rompit le silence. Un vent léger chargé des odeurs du bassin annonçait la marée. Des mouettes quittaient les vieilles décharges pour se rabattre vers la mer. — Tu es au courant de ce petit tremblement de terre dans les landes ? Il y a eu une fissure et une nouvelle rivière est née. Elle longe la Leyre et elle la rejoint, pas loin de son embouchure. Elle a généré des coulées de boues au niveau des villages qu’elle a traversés. Heureusement, il n’y a pas eu de morts, mais les dégâts sont très importants. Il serait question de la détourner en amont. — J’en ai entendu parler aux informations ! D’ailleurs, ici aussi on a ressenti la secousse ! Fit Jérémie. Il se passe de drôles de choses ; pas plus tard que ce matin au marché j’ai vu des colonnes de lumières vertes sur le bassin ! — Avez-vous pris vos cachets pour le cœur, ce matin ? Fit Ariane d’un ton suave. Vous devriez faire des analyses plus souvent et porter des lunettes ; à votre âge, ce serait plus prudent, d’autant que vous conduisez encore ! Il sentit une bouffée de chaleur lui empourprer les joues et ce n’était pas à cause du vin vieux. — Ma chère Ariane, je suis conscient de votre sollicitude à l’égard de ma santé, mais nous étions de nombreux témoins et plusieurs touristes ont photographié le phénomène. Je suis certain que nous verrons les images dans le journal du soir ! L’après-midi s’étirait mollement. Les pommes de pin crépitaient sous cette chaleur lourde et moite. Des tourterelles traversaient le jardin avec de longs cris enamourés. Ariane sirotait son café sans le quitter des yeux. Il se doutait bien qu’elle échafaudait quelque stratégie pour le déposséder de son bien. Il savait qu’à son décès, elle vendrait et obtiendrait une forte plus-value et son fils n’y pourrait rien ; elle le manipulerait avec toute la complexion des rouages juridiques. Elle n’aimait pas Arès, elle jetait son dévolu sur le Cap-Ferret et Arcachon, sites autrement plus chics et attractifs, où l’on pouvait rencontrer les vedettes du show-biz et autres personnalités à la mode. Gaétan faisait une légère sieste dans le transat sous le tilleul. Il n’imaginait pas les plans secrets et retors imaginés par son avocate d’épouse. Il songeait plutôt au prochain contrat qu’il aurait à démarcher. Convaincre les jeunes et les personnes âgées était le plus facile. Les jeunes parce qu’ils manquaient d’expérience et les vieux parce qu’ils se croyaient trop malins. Ils tombaient dans le piège comme des fruits mûrs sans savoir qu’ils s’étaient fait piéger. — J’ai été ravi de vous revoir, les enfants ! Vous devriez venir plus souvent. — Revenir, oui, mais avec nos emplois du temps, ce ne sera pas pour tout de suite ; en attendant, ce fut un très agréable moment et tu nous as bien régalés ! Lionnel fut tenté de dire qu’ils étaient ici chez eux, mais il préféra s’abstenir. Sa bru se verrait fort capable de le prendre au mot. À PROPOS DE L'AUTEUR François Veillon est Poète et il publie régulièrement sur le journal l’Estey Malin du Bassin d’Arcachon. Il a écrit trois ouvrages aux Éditions Edilivre : Églantine – Histoires Insolites - Souvenirs d’Andernos. Il se consacre actuellement à la gestion et l’animation d’un groupe dont il est co-fondateur : L’Échange des Savoirs Réciproques du Bassin d’Arcachon.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782851139948"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2851139940"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 201,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.4.4.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=s0KyDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=s0KyDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=s0KyDwAAQBAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=s0KyDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=s0KyDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=s0KyDwAAQBAJ&rdid=book-s0KyDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true
                },
                "pdf": {
                  "isAvailable": true
                },
                "webReaderLink": "http://play.google.com/books/reader?id=s0KyDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Sa bru se verrait fort capable de le prendre au mot. À PROPOS DE L&#39;AUTEUR François Veillon est Poète et il publie régulièrement sur le journal l’Estey Malin du Bassin d’Arcachon."
              }
            },
            {
              "kind": "books#volume",
              "id": "p78XAAAAYAAJ",
              "etag": "Ez4GsSOnKE4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/p78XAAAAYAAJ",
              "volumeInfo": {
                "title": "Le pèlerinage de Notre-Dame d'Arcachon et la Santa Casa",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044100118884"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 34,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=p78XAAAAYAAJ&pg=PP1&dq=intitle:arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&rdid=book-p78XAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.epub?id=p78XAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.pdf?id=p78XAAAAYAAJ&hl=&output=pdf&sig=ACfU3U32_nb19DpWc7Lqybh9PrtMh4Se1A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=p78XAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "WdrsDwAAQBAJ",
              "etag": "Df7Nvd2RUy0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/WdrsDwAAQBAJ",
              "volumeInfo": {
                "title": "Une histoire du Bassin : Arcachon, entre Landes et océan",
                "publisher": "FeniXX",
                "publishedDate": "1995-01-01T00:00:00+01:00",
                "description": "Treize spécialistes racontent l'histoire de cette échancrure du golfe de Gascogne, qui, au XVIIIe siècle s'appelait déjà ainsi et qui donna son nom à la ville. Des témoignages sur les activités maritimes, sur les projets d'aménagement successifs, les bains de mer... « Copyright Electre »",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782402122719"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2402122714"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 287,
                "printType": "BOOK",
                "categories": [
                  "History"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=WdrsDwAAQBAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&rdid=book-WdrsDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-epub.acsm?id=WdrsDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-pdf.acsm?id=WdrsDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=WdrsDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Treize spécialistes racontent l&#39;histoire de cette échancrure du golfe de Gascogne, qui, au XVIIIe siècle s&#39;appelait déjà ainsi et qui donna son nom à la ville."
              }
            },
            {
              "kind": "books#volume",
              "id": "h2AqDwAAQBAJ",
              "etag": "KcCqMNx16RU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h2AqDwAAQBAJ",
              "volumeInfo": {
                "title": "Histoire du Bassin d'Arcachon en 100 pages",
                "authors": [
                  "Denis Blanchard-Dignac"
                ],
                "publisher": "Editions des Régionalismes",
                "publishedDate": "2017-06-30",
                "description": "Enfin une histoire générale du Bassin d’Arcachon qui fait la synthèse de l’ensemble des travaux conduits à ce jour. En 100 pages d’un texte clair, concis mais pourtant complet, voilà ce qu’il faut absolument savoir d’essentiel sur l’histoire de ce “Bassin” en un temps où l’on redécouvre la richesse de son passé. En inédit est présentée une chronologie des principaux événements des origines à nos jours. Préface de Charles Daney. Denis Blanchard-Dignac, Maîtrise de Droit, Études en Sorbonne de DES de Sciences Politique, est élu de La Teste-de-Buch (représentant la sixième génération d’édiles dans ce canton de l’ancien Captalat de Buch).",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782824052175"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2824052171"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 100,
                "printType": "BOOK",
                "categories": [
                  "History"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h2AqDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h2AqDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=h2AqDwAAQBAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h2AqDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h2AqDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=h2AqDwAAQBAJ&rdid=book-h2AqDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Histoire_du_Bassin_d_Arcachon_en_100_pag-sample-epub.acsm?id=h2AqDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Histoire_du_Bassin_d_Arcachon_en_100_pag-sample-pdf.acsm?id=h2AqDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h2AqDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Denis Blanchard-Dignac, Maîtrise de Droit, Études en Sorbonne de DES de Sciences Politique, est élu de La Teste-de-Buch (représentant la sixième génération d’édiles dans ce canton de l’ancien Captalat de Buch)."
              }
            },
            {
              "kind": "books#volume",
              "id": "OQgNCwAAQBAJ",
              "etag": "jZ94SnSjU+4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/OQgNCwAAQBAJ",
              "volumeInfo": {
                "title": "Petite histoire d'Arcachon",
                "authors": [
                  "Charles Daney"
                ],
                "publisher": "Éditions Cairn",
                "publishedDate": "2015-06-02",
                "description": "Les premiers « chalets » d’Arcachon ont été bâtis tout au long du rivage du Bassin qui porte son nom, à l’ouest du bourg de La Teste de Buch, - dont ils se sont séparés en 1857. Née de la présence du sable et de l’eau, lancée comme un rêve de mode, construite sur un souci de santé et de repos, poussée rapidement sur le sable des dunes, développée sur des envies de plaisirs, gagnée par le souci des vacances, rattrapée par trois guerres qui l’ont fortement marquée, Arcachon – ville parc – s’est un temps endormie pour être réveillée par le bouquet d’un « Cœur de Ville » qui lui redonne comme un air d’Offenbach, image qui ne l’a jamais totalement quittée. Elle se développe au rythme des longues ondulations du temps soumis aux souffles changeants de la mode et de la politique qui les font pareilles aux ondulations de la mer.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782350685205"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2350685209"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Literary Collections"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=OQgNCwAAQBAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&rdid=book-OQgNCwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-epub.acsm?id=OQgNCwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-pdf.acsm?id=OQgNCwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=OQgNCwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Les premiers « chalets » d’Arcachon ont été bâtis tout au long du rivage du Bassin qui porte son nom, à l’ouest du bourg de La Teste de Buch, - dont ils se sont séparés en 1857."
              }
            },
            {
              "kind": "books#volume",
              "id": "KurbDwAAQBAJ",
              "etag": "OSKZn/aESiU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/KurbDwAAQBAJ",
              "volumeInfo": {
                "title": "Enquêtes de l'inspecteur Langouste sur le Bassin d'Arcachon",
                "authors": [
                  "Jessica Bourcillier"
                ],
                "publisher": "BoD - Books on Demand",
                "publishedDate": "2020-04-08",
                "description": "UN LIVRE SUR LE BASSIN D'ARCACHON avec pour héros les petites bêtes du Bassin. UN LIVRE POLICIER Avec tous les ingrédients du genre : méfait, enquête, suspects, indic, résolution de l'affaire. Un vol de goûter, la disparition de parents, un acte de violence? Mais qui donc résoudra ces affaires? L'inspecteur Langouste, bien sûr! Mais aussi avec ton aide, ami lecteur",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782322213290"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2322213292"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 56,
                "printType": "BOOK",
                "categories": [
                  "Juvenile Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=KurbDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=KurbDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=KurbDwAAQBAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=KurbDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=KurbDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 3.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 3.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=KurbDwAAQBAJ&rdid=book-KurbDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 3490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 3490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Enqu%C3%AAtes_de_l_inspecteur_Langouste_sur-sample-epub.acsm?id=KurbDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Enqu%C3%AAtes_de_l_inspecteur_Langouste_sur-sample-pdf.acsm?id=KurbDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=KurbDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "UN LIVRE SUR LE BASSIN D&#39;ARCACHON avec pour héros les petites bêtes du Bassin."
              }
            },
            {
              "kind": "books#volume",
              "id": "3TdfAAAAcAAJ",
              "etag": "vQHCI6dkW90",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/3TdfAAAAcAAJ",
              "volumeInfo": {
                "title": "Tableau pittoresque et agricole des Landes du Bassin d'Arcachon",
                "authors": [
                  "Comte André de Bonneval"
                ],
                "publishedDate": "1839",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0019238181"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 57,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=3TdfAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=3TdfAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=3TdfAAAAcAAJ&printsec=frontcover&dq=intitle:arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ&rdid=book-3TdfAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Tableau_pittoresque_et_agricole_des_Land.epub?id=3TdfAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=3TdfAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[SC002C001] Each item has a TITLE including "arcachon" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 328ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 09472a16-2534-4c29-bf7f-c01329f27ae6
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:53 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "saf1cIgWKkw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "OyFEctpcRk8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "PX3HXWy4ZYw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "uFEzpH4c1wk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "5h0K4TsFCuU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "Rttu3ZBzLkI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "4fMJGyWzsb0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "rFkHYjk6roc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "sYvjplU+c44",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "JIegvR1fH5k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S002] Valid request format with q parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|"q" is set with a filter | |```THEN```|**I should get a valid response with items matching "q" filter constraints** | ### 3 test cases : ### | CASE | Description | iteration | Datas | |-|-|-|-| | ```[C001]``` | ```intitle``` check: Each item has a TITLE including the requested value | 1 | ```qScope```="intitle"<br>```qData```="arcachon" | | ```[C002]``` | ```inauthor``` check: Each item's AUTHORS is an array that includes the requested value | 1 | ```qScope```="inauthor"<br>```qData```="arcachon" | | ```[C003]``` | ```isbn``` check: Response has a uniq item with matching "isbn" | 1 | ```qScope```="isbn"<br>```qData```="9781428925168" |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=inauthor:arcachon
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 24.59KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 7f71687c-9ba3-4219-a085-e1192c775167
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:53 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 18,
          "items": [
            {
              "kind": "books#volume",
              "id": "EVPPAAAAMAAJ",
              "etag": "8dQ/I/nWoSo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EVPPAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station biologique d'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1895",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015069532037"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=EVPPAAAAMAAJ&printsec=frontcover&dq=inauthor:arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&rdid=book-EVPPAAAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.epub?id=EVPPAAAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.pdf?id=EVPPAAAAMAAJ&hl=&output=pdf&sig=ACfU3U1snawJEo8RPbjdgmpFlki6Y-X_DQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EVPPAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Vols. 1-6 include &quot;Liste&quot; or &quot;Index des travaux sortis des laboratoires d&#39;Arcachon depuis leur fondation&quot; (Title of this index varies slightly)."
              }
            },
            {
              "kind": "books#volume",
              "id": "tZbxAAAAMAAJ",
              "etag": "UhTK4ad5gL4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tZbxAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique D'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1961",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89090035445"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&dq=inauthor:arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_D_Arca.html?hl=&id=tZbxAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tZbxAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Vols. 1-6 include &quot;Liste&quot; or &quot;Index des travaux sortis des laboratoires d&#39;Arcachon depuis leur fondation&quot; (Title of this index varies slightly)."
              }
            },
            {
              "kind": "books#volume",
              "id": "qwUaAAAAIAAJ",
              "etag": "o64k2LoRAu8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/qwUaAAAAIAAJ",
              "volumeInfo": {
                "title": "Compte-Rendu Administratif",
                "authors": [
                  "Societe Scientifique d'Arcachon"
                ],
                "publishedDate": "1948",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCAL:B3900685"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=qwUaAAAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=qwUaAAAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=qwUaAAAAIAAJ&dq=inauthor:arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=qwUaAAAAIAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Compte_Rendu_Administratif.html?hl=&id=qwUaAAAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=qwUaAAAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "tM4bAAAAMAAJ",
              "etag": "JSh46142kVk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tM4bAAAAMAAJ",
              "volumeInfo": {
                "title": "Compte rendu administratif",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1933",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015035545345"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tM4bAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tM4bAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=tM4bAAAAMAAJ&dq=inauthor:arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=tM4bAAAAMAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Compte_rendu_administratif.html?hl=&id=tM4bAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tM4bAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "SLpLAQAAIAAJ",
              "etag": "7DLNN9CSPIs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/SLpLAQAAIAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique d'Arcachon",
                "subtitle": "Nouvelle serie",
                "authors": [
                  "Societe scientifique d'Arcachon"
                ],
                "publishedDate": "2004",
                "description": "Includes Comptes rendus administratifs and Travaux des laboratoires, Institute de biologie marine de l'Universite de Bordeaux.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCLA:L0090291709"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Marine biology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&dq=inauthor:arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_d_Arca.html?hl=&id=SLpLAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=SLpLAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Includes Comptes rendus administratifs and Travaux des laboratoires, Institute de biologie marine de l&#39;Universite de Bordeaux."
              }
            },
            {
              "kind": "books#volume",
              "id": "ykBMAAAAYAAJ",
              "etag": "bcW4cLHfMRg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ykBMAAAAYAAJ",
              "volumeInfo": {
                "title": "Compte-rendu administratif",
                "subtitle": "Année",
                "authors": [
                  "Société Scientifique d'Arcachon"
                ],
                "publishedDate": "1948",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "CORNELL:31924070930981"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ykBMAAAAYAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ykBMAAAAYAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=ykBMAAAAYAAJ&dq=inauthor:arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=ykBMAAAAYAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Compte_rendu_administratif.html?hl=&id=ykBMAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ykBMAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "uIBDswEACAAJ",
              "etag": "TFj47O86oks",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/uIBDswEACAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique d'Arcachon, 1909, Vol. 12 (Classic Reprint)",
                "authors": [
                  "Société Scientifique D'Arcachon"
                ],
                "publisher": "Forgotten Books",
                "publishedDate": "2018-02-07",
                "description": "Excerpt from Bulletin de la Station Biologique d'Arcachon, 1909, Vol. 12 L'autotomie s'observe chez de nombreux représentants règne animal, mais nulle part elle n'atteint un développement aussi considérable que dans le groupe des Arthropodes c'est ici que l'on trouve les exemples les plus typiques, et c'est ici aussi que la question de la nature volontaire ou réflexe du phénomène a soulevé le plus de discussions. Pendant mon séjour à la Station biologique d'arcachon j'ai pu étudier l'autotomie chez plusieurs espèces de Crustacés, dont quelques-unes n'avaient jamais encore été examinées a ce point de vue. Je désirerais consigner ici les résultats de mes obsor vations, non point que celles - ci présentent quelque chose de particulierement saillant, mais parce que, convenablement enchaînées elles sont susceptibles d'apporter une contribution a un probleme dont l'importance biologique est indéniable. About the Publisher Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com This book is a reproduction of an important historical work. Forgotten Books uses state-of-the-art technology to digitally reconstruct the work, preserving the original format whilst repairing imperfections present in the aged copy. In rare cases, an imperfection in the original, such as a blemish or missing page, may be replicated in our edition. We do, however, repair the vast majority of imperfections successfully; any imperfections that remain are intentionally left to preserve the state of such historical works.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0656029781"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780656029785"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 320,
                "printType": "BOOK",
                "categories": [
                  "Science"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=uIBDswEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=uIBDswEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=uIBDswEACAAJ&dq=inauthor:arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=uIBDswEACAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_d_Arca.html?hl=&id=uIBDswEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=uIBDswEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "About the Publisher Forgotten Books publishes hundreds of thousands of rare and classic books. Find more at www.forgottenbooks.com This book is a reproduction of an important historical work."
              }
            },
            {
              "kind": "books#volume",
              "id": "cAgZzQEACAAJ",
              "etag": "f9CoSNYpqeQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/cAgZzQEACAAJ",
              "volumeInfo": {
                "title": "Statuts de la Compagnie agricole et industrielle d'Arcachon",
                "authors": [
                  "Compagnie agricole et industrielle d'arcachon"
                ],
                "publishedDate": "1837",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:461266052"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 63,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=cAgZzQEACAAJ&dq=inauthor:arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=cAgZzQEACAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Statuts_de_la_Compagnie_agricole_et_indu.html?hl=&id=cAgZzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=cAgZzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "ybkOzQEACAAJ",
              "etag": "MOOIIK5ghmo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ybkOzQEACAAJ",
              "volumeInfo": {
                "title": "Recueil. Documents administratifs",
                "authors": [
                  "Société des pêcheries Cameleyre frères (Arcachon, Gironde)"
                ],
                "publishedDate": "1927",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:491780025"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=ybkOzQEACAAJ&dq=inauthor:arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=ybkOzQEACAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Recueil_Documents_administratifs.html?hl=&id=ybkOzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ybkOzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "61kWzQEACAAJ",
              "etag": "lWCBGiEnBFk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/61kWzQEACAAJ",
              "volumeInfo": {
                "title": "Arcachon, 1947-1953. Six années de gestion municipale",
                "authors": [
                  "Arcachon. Conseil municipal"
                ],
                "publishedDate": "1953",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:461201174"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 16,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=61kWzQEACAAJ&dq=inauthor:arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=61kWzQEACAAJ&dq=inauthor:arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Arcachon_1947_1953_Six_ann%C3%A9es_de_gestio.html?hl=&id=61kWzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=61kWzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[SC002C002] Each item's AUTHORS is an array that includes "arcachon" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token b9b22338-1cc8-423f-a98d-28f4644bb108
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:53 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "q1bua3UwIrU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "3K0qg93Hs3o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "Lk7awoONtgI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "CMCmqoLvcew",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "zdEVLhQT1lw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "PYbubPY8+d8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "YasWp8s9dN0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "spLYElqSMJc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "N68/vZy0Y5w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "LLxe5qsA6Fk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S002] Valid request format with q parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|"q" is set with a filter | |```THEN```|**I should get a valid response with items matching "q" filter constraints** | ### 3 test cases : ### | CASE | Description | iteration | Datas | |-|-|-|-| | ```[C001]``` | ```intitle``` check: Each item has a TITLE including the requested value | 1 | ```qScope```="intitle"<br>```qData```="arcachon" | | ```[C002]``` | ```inauthor``` check: Each item's AUTHORS is an array that includes the requested value | 1 | ```qScope```="inauthor"<br>```qData```="arcachon" | | ```[C003]``` | ```isbn``` check: Response has a uniq item with matching "isbn" | 1 | ```qScope```="isbn"<br>```qData```="9781428925168" |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=isbn:9781428925168
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 2.2KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token ee725d6f-0b6d-467b-b146-df31232ed52a
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:54 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 1,
          "items": [
            {
              "kind": "books#volume",
              "id": "0Cd4edt5SW4C",
              "etag": "Hy2JQnceAFo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0Cd4edt5SW4C",
              "volumeInfo": {
                "title": "An assessment of information systems capabilities required to support U.S. materials policy decisions.",
                "publisher": "DIANE Publishing",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781428925168"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1428925163"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0Cd4edt5SW4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0Cd4edt5SW4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0Cd4edt5SW4C&printsec=frontcover&dq=isbn:9781428925168&hl=&cd=1&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0Cd4edt5SW4C&dq=isbn:9781428925168&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/An_assessment_of_information_systems_cap.html?hl=&id=0Cd4edt5SW4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0Cd4edt5SW4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[SC002C003] Response has a uniq item with isbn : "9781428925168" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 320ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 97f8d016-bf15-4bd8-84d4-fb7b4585f911
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:54 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "HG0bOycQ5j8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "Ezz1Al71wOA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "qFTUmUrJUgw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "yqJw6c5j8tM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "K3ijMVoNLhM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "MIKZPmDoXjM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "yF/zDRB7l4M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "vj0hqfCgac4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "gIIXT2B+Uj0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "d2tUPWMxdvs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S003] Valid request format with ```orderBy``` parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```orderBy``` parameter is set with a valid value | |```THEN```|**I should get a valid response with items sorted accordingly** | ### 2 test cases : ### | CASE | Description | iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid with ```orderBy``` = "relevance" | 1 | ```qData```="balloon"<br>```orderBy'```="relevance" | | ```[C002]``` | Response items are sorted from newest to latest with ```orderBy``` = "newest" | 1 | ```qData```="balloon"<br>```orderBy'```="newest" |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=balloon&orderBy=relevance
Response Information
Response Code: 200 - OK
Mean time per request: 466ms
Mean size per request: 30.5KB

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token af6884e5-5092-4106-b015-a6ea3019b88a
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:55 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 636,
          "items": [
            {
              "kind": "books#volume",
              "id": "n-0OAAAAYAAJ",
              "etag": "tThB1xvj6pg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/n-0OAAAAYAAJ",
              "volumeInfo": {
                "title": "Wonderful Balloon Ascents",
                "subtitle": "Or, The Conquest of the Skies. A History of Balloons and Balloon Voyages",
                "authors": [
                  "Fulgence Marion"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044044829364"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 218,
                "printType": "BOOK",
                "categories": [
                  "Balloon ascensions"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=n-0OAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=n-0OAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=n-0OAAAAYAAJ&pg=PA90&dq=balloon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=n-0OAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=n-0OAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=n-0OAAAAYAAJ&rdid=book-n-0OAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Wonderful_Balloon_Ascents.epub?id=n-0OAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Wonderful_Balloon_Ascents.pdf?id=n-0OAAAAYAAJ&hl=&output=pdf&sig=ACfU3U2ztF7TWujn5Lu9gLyOpuu5H5929g&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=n-0OAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "A History of \u003cb\u003eBalloons\u003c/b\u003e and \u003cb\u003eBalloon\u003c/b\u003e Voyages Fulgence Marion. aerostation , that of \u003cbr\u003e\nthe 17th of January , 1784 , is remarkable . It took place at Lyons . Seven persons \u003cbr\u003e\nwent into the car on this occasion - Joseph Montgolfier , Roziers , the Comte de&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "UMhq7W2Itk8C",
              "etag": "j5CmOHCUVnI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/UMhq7W2Itk8C",
              "volumeInfo": {
                "title": "Proceedings, Fifth AFCRL Scientific Balloon Symposium",
                "authors": [
                  "Lewis A. Grass"
                ],
                "publishedDate": "1968",
                "description": "The document covers a series of papers given at the fifth AFCRL scientific balloon symposium. The subjects were selected to cover the most recent developments in balloon technology and examples of the use of balloons for research purposes. The symposium is intended to provide an exchange of information for the developers of balloon systems and provides an excellent opportunity for scientists to discuss potential balloon capabilities and applications for the accomplishment of scientific programs. Balloon technology presentations included recent material investigations, tandem balloon stress analysis, balloon instrumentation, tethered balloons, cryoinflation feasibility studies and proposed launching techniques for large balloon systems.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015095131903"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 334,
                "printType": "BOOK",
                "categories": [
                  "Atmosphere, Upper"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=UMhq7W2Itk8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=UMhq7W2Itk8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=UMhq7W2Itk8C&pg=PA254&dq=balloon&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=UMhq7W2Itk8C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UMhq7W2Itk8C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=UMhq7W2Itk8C&rdid=book-UMhq7W2Itk8C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Proceedings_Fifth_AFCRL_Scientific_Ballo.epub?id=UMhq7W2Itk8C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=UMhq7W2Itk8C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "BALL00N SYSTEM The experimental program employs a system consisting of \u003cbr\u003e\ntwo \u003cb\u003eballoons\u003c/b\u003e in a tandem arrangement, connected by a &quot;tow&quot; line. The upper \u003cbr\u003e\n\u003cb\u003eballoon\u003c/b\u003e, tethered to the top end fitting of the main \u003cb\u003eballoon\u003c/b\u003e by a 200 ft line, carries \u003cbr\u003e\ntwo&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "kwEWAlwwrOsC",
              "etag": "pkZpBSSPukM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/kwEWAlwwrOsC",
              "volumeInfo": {
                "title": "Proceedings, AFCRL Scientific Balloon Workshop, 1965",
                "authors": [
                  "Arthur O. Korn (Jr.)"
                ],
                "publishedDate": "1966",
                "description": "The AFCRL Scientific Balloon Workshop was held in September 1965 for the purpose of exchanging information on recent developments in balloon materials, designs, launching techniques, and flight control. In addition to informal meetings of small groups and panel discussions, 13 prepared talks were presented, of which 10 are contained herein. Subjects include: analyses of flight statistics, Strato-Film flight results, methods for testing balloon materials, creep failure theory, tandem balloon systems, and balloon recovery systems.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015095129089"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 117,
                "printType": "BOOK",
                "categories": [
                  "Balloons"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=kwEWAlwwrOsC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=kwEWAlwwrOsC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=kwEWAlwwrOsC&pg=PA108&dq=balloon&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=kwEWAlwwrOsC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=kwEWAlwwrOsC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=kwEWAlwwrOsC&rdid=book-kwEWAlwwrOsC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Proceedings_AFCRL_Scientific_Balloon_Wor.epub?id=kwEWAlwwrOsC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=kwEWAlwwrOsC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "FLIGHT EXPERIENCE 3.1 Tandem \u003cb\u003eBalloon\u003c/b\u003e Four polyethylene \u003cb\u003eballoons\u003c/b\u003e of this \u003cbr\u003e\ntype were built by Raven and test flown by NCAR at Palestine . All four used a \u003cbr\u003e\n90,000 cu ft , 1.5 mil , tapeless lift \u003cb\u003eballoon\u003c/b\u003e ( Figure 3 ) . On two flights the main \u003cbr\u003e\n\u003cb\u003eballoon\u003c/b\u003e&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "pCLJlftMJ2wC",
              "etag": "DDdfqPQ43kM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/pCLJlftMJ2wC",
              "volumeInfo": {
                "title": "Horizontal Sounding Balloon",
                "subtitle": "Feasibility Study",
                "authors": [
                  "Thomas B. Spalding"
                ],
                "publishedDate": "1961",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015095132042"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 27,
                "printType": "BOOK",
                "categories": [
                  "Atmospheric circulation"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=pCLJlftMJ2wC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=pCLJlftMJ2wC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=pCLJlftMJ2wC&pg=PA31&dq=balloon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=pCLJlftMJ2wC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=pCLJlftMJ2wC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=pCLJlftMJ2wC&rdid=book-pCLJlftMJ2wC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Horizontal_Sounding_Balloon.epub?id=pCLJlftMJ2wC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=pCLJlftMJ2wC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Meteorological \u003cb\u003eballoons\u003c/b\u003e L , G. Hanscom Field , Bedford , Mass . 2. Meteorological \u003cbr\u003e\n\u003cb\u003eballoons\u003c/b\u003e HORIZONTAL SOUNDING \u003cb\u003eBALLOON\u003c/b\u003e FEASIBILITY HORIZONTAL \u003cbr\u003e\nSOUNDING \u003cb\u003eBALLOON\u003c/b\u003e FEASIBILITY STUDY , by T.B. Spalding and S. B. Solot&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "tHp1VtZce5YC",
              "etag": "wwddLEv6tLI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tHp1VtZce5YC",
              "volumeInfo": {
                "title": "Proceedings., AFCRL Tethered Balloon Workshop, 1967",
                "authors": [
                  "Thomas W. Kelly"
                ],
                "publishedDate": "1968",
                "description": "The AFCRL Tethered Balloon Workshop was held in October 1967 for the purpose of exchanging information on the current tethered ballooning. This was the first such meeting held exclusively for reporting on this rapidly expanding technology. In addition to informal meetings, nineteen prepared talks were presented, all of which are contained herein. Subjects include: tethered balloon motion, balloon design, fiberglas tether cables, tethered balloon instrumentation, a tethered balloon winch, and several operational programs that used tethered balloon systems.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015095132463"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 205,
                "printType": "BOOK",
                "categories": [
                  "Balloons"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tHp1VtZce5YC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tHp1VtZce5YC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=tHp1VtZce5YC&pg=PA97&dq=balloon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=tHp1VtZce5YC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=tHp1VtZce5YC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=tHp1VtZce5YC&rdid=book-tHp1VtZce5YC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Proceedings_AFCRL_Tethered_Balloon_Works.epub?id=tHp1VtZce5YC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tHp1VtZce5YC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Nevertheless , it would appear that \u003cb\u003eballoons\u003c/b\u003e could be produced today with a \u003cbr\u003e\nweight - volume ratio of 12 lb per 1,000 ft3 volume . It would be interesting to \u003cbr\u003e\nobtain this ratio for \u003cb\u003eballoons\u003c/b\u003e now being used in the United States . The only \u003cbr\u003e\nAmerican&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "y4l9C1EnirYC",
              "etag": "vfHT1najXNk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/y4l9C1EnirYC",
              "volumeInfo": {
                "title": "Dynamic Response of Rising and Falling Balloon Wind Sensors with Application to Estimates of Wind Loads on Launch Vehicles",
                "authors": [
                  "Wilmer H. Reed (III.)"
                ],
                "publishedDate": "1963",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UIUC:30112106596890"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 31,
                "printType": "BOOK",
                "categories": [
                  "Balloons, Sounding"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=y4l9C1EnirYC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=y4l9C1EnirYC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=y4l9C1EnirYC&pg=PT3&dq=balloon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=y4l9C1EnirYC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=y4l9C1EnirYC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=y4l9C1EnirYC&rdid=book-y4l9C1EnirYC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Dynamic_Response_of_Rising_and_Falling_B.epub?id=y4l9C1EnirYC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=y4l9C1EnirYC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "(NASA TECHNICAL NOTE D-1181) A study is made of the capabilities of \u003cbr\u003e\nspherical \u003cb\u003eballoon\u003c/b\u003e wind sensors to respond to the detailed wind structure of the \u003cbr\u003e\natmosphere, which represents an important dynamic-load input to flexible launch \u003cbr\u003e\nvehicles&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "kcgJAAAAIAAJ",
              "etag": "LR82h+ek6cw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/kcgJAAAAIAAJ",
              "volumeInfo": {
                "title": "My Life and Balloon Experiences",
                "subtitle": "With a Supplementary Chapter on Military Ballooning",
                "authors": [
                  "Henry Tracey Coxwell"
                ],
                "publishedDate": "1887",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "NYPL:33433066384755"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 13,
                "printType": "BOOK",
                "categories": [
                  "Aeronautics"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=kcgJAAAAIAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=kcgJAAAAIAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=kcgJAAAAIAAJ&pg=PA199&dq=balloon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=kcgJAAAAIAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=kcgJAAAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=kcgJAAAAIAAJ&rdid=book-kcgJAAAAIAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/My_Life_and_Balloon_Experiences.epub?id=kcgJAAAAIAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/My_Life_and_Balloon_Experiences.pdf?id=kcgJAAAAIAAJ&hl=&output=pdf&sig=ACfU3U3v-qbNp925K2PZDarAqzfaSHI_JA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=kcgJAAAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "It must be remembered , ” he goes on to say , “ that the \u003cb\u003eballoon\u003c/b\u003e would generally \u003cbr\u003e\nbe some way behind the first line , and that the enemy would hardly , especially \u003cbr\u003e\nduring the beat of battle , pay much attention to it . It is well to remember that if \u003cbr\u003e\nonly&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "uQtAAAAAYAAJ",
              "etag": "t6kBbmd0c+Y",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/uQtAAAAAYAAJ",
              "volumeInfo": {
                "title": "The Balloon, and Other Stories ...",
                "subtitle": "For Children",
                "authors": [
                  "Francis Channing Woodworth"
                ],
                "publishedDate": "1854",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PRNC:32101073360370"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 96,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=uQtAAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=uQtAAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=uQtAAAAAYAAJ&pg=PA5&dq=balloon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=uQtAAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=uQtAAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=uQtAAAAAYAAJ&rdid=book-uQtAAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/The_Balloon_and_Other_Stories.epub?id=uQtAAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/The_Balloon_and_Other_Stories.pdf?id=uQtAAAAAYAAJ&hl=&output=pdf&sig=ACfU3U1TxMGUXkHrJhgmAldnQ900wPZ_1g&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=uQtAAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "9895 894258 The \u003cb\u003eBalloon\u003c/b\u003e , AND OTHER STORIES . THE \u003cb\u003eBALLOON\u003c/b\u003e . Did you \u003cbr\u003e\never see a \u003cb\u003eballoon\u003c/b\u003e ? and have you ever seen one go up into the air , and \u003cbr\u003e\nwatched it until it was out of sight ? The \u003cb\u003eballoon\u003c/b\u003e is made of silk , and is 359 ( \u003cbr\u003e\nRECAP )&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "LGPbGVEdw74C",
              "etag": "L00ChTAw98k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/LGPbGVEdw74C",
              "volumeInfo": {
                "title": "Frank and the Balloon",
                "authors": [
                  "Dev Ross"
                ],
                "publisher": "Treasure Bay, Inc.",
                "publishedDate": "2008",
                "description": "Frank the frog begins an adventure when he finds a red balloon and rides it high into the air while playing with Mikey.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "1601150121"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9781601150127"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 44,
                "printType": "BOOK",
                "categories": [
                  "Juvenile Nonfiction"
                ],
                "averageRating": 2,
                "ratingsCount": 1,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": true,
                "contentVersion": "0.0.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=LGPbGVEdw74C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=LGPbGVEdw74C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=LGPbGVEdw74C&printsec=frontcover&dq=balloon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=LGPbGVEdw74C&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Frank_and_the_Balloon.html?hl=&id=LGPbGVEdw74C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true
                },
                "pdf": {
                  "isAvailable": true
                },
                "webReaderLink": "http://play.google.com/books/reader?id=LGPbGVEdw74C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Frank the frog begins an adventure when he finds a red balloon and rides it high into the air while playing with Mikey."
              }
            },
            {
              "kind": "books#volume",
              "id": "cFJEAAAAIAAJ",
              "etag": "t/LCt1dzz3Q",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/cFJEAAAAIAAJ",
              "volumeInfo": {
                "title": "The Balloon",
                "authors": [
                  "Sir Henry Phelps Brown"
                ],
                "publishedDate": "1953",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCAL:$B323468"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 241,
                "printType": "BOOK",
                "categories": [
                  "Dunkerque (France), Battle of, 1940"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=cFJEAAAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=cFJEAAAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=cFJEAAAAIAAJ&q=balloon&dq=balloon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=cFJEAAAAIAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/The_Balloon.html?hl=&id=cFJEAAAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=cFJEAAAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 0 1 0
[S00json] response format is JSON 1 0 0
[S003C001] Response is valid when parameter orderBy is set to "relevance" 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S00time] response time is below 400ms
expected 466 to be below 400
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token c2a762f0-2e49-4101-bf33-a9c8bd2fe45a
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:55 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "gTDss2KlMM8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "7LsvbYlNlEo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "8IQBOfJyYvA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "OcuXrzkKdBA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "AxHsqcGaiVM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "xsB1+Y3a4Ig",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "EDvXcmIj83A",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "SrwNdccTQGY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "hE9QkZBGMDk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "i5L7+tXHTbU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S003] Valid request format with ```orderBy``` parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```orderBy``` parameter is set with a valid value | |```THEN```|**I should get a valid response with items sorted accordingly** | ### 2 test cases : ### | CASE | Description | iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid with ```orderBy``` = "relevance" | 1 | ```qData```="balloon"<br>```orderBy'```="relevance" | | ```[C002]``` | Response items are sorted from newest to latest with ```orderBy``` = "newest" | 1 | ```qData```="balloon"<br>```orderBy'```="newest" |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=balloon&orderBy=newest
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 30.76KB

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token f01e2cba-237e-433f-9c54-0233785d69de
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:55 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 490,
          "items": [
            {
              "kind": "books#volume",
              "id": "NuDYzQEACAAJ",
              "etag": "3DGCVfWne4Y",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/NuDYzQEACAAJ",
              "volumeInfo": {
                "title": "Unwanted Balloon",
                "authors": [
                  "Ella Jang"
                ],
                "publishedDate": "2020-12-09",
                "description": "\"I walk again with a balloon behind me.\"\"A very big, dark balloon full of my darkest memories.\" Some days, you wonder if you can ever forget your unwanted memories.At times, you think you can, but other times, you realise that it's not as easy as you think. With short poetic text and monochromatic illustrations, the story advocates all readers to accept the bad memories we hold within us and slowly move on.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "064682533X"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780646825335"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 26,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=NuDYzQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=NuDYzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=NuDYzQEACAAJ&dq=balloon&hl=&cd=1&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=NuDYzQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Unwanted_Balloon.html?hl=&id=NuDYzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=NuDYzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "With short poetic text and monochromatic illustrations, the story advocates all readers to accept the bad memories we hold within us and slowly move on."
              }
            },
            {
              "kind": "books#volume",
              "id": "FtIazgEACAAJ",
              "etag": "SiMc6N43ngs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FtIazgEACAAJ",
              "volumeInfo": {
                "title": "Luna's Balloon",
                "subtitle": "A Little Book about the Little Things.",
                "authors": [
                  "Djemilah Birnie"
                ],
                "publishedDate": "2020-12-04",
                "description": "In this fun rhyming adventure Luna discovers the great joy that can be found in the smallest of things. The first book in The Adventures with Luna series. Come with Luna as she learns the power that gratitude can hold and the happiness that follows when you learn to appreciate the small things in life. The Adventures with Luna series is dedicated towards helping children develop emotional intelligence through the eyes of Luna, a young girl not much different than you. This poetic picture book is perfect for beginner readers designed to evoke discussion.This whimsical book is sure to swiftly become a favorite in your library.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9798576298273"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 30,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FtIazgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FtIazgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FtIazgEACAAJ&dq=balloon&hl=&cd=2&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FtIazgEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Luna_s_Balloon.html?hl=&id=FtIazgEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FtIazgEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "This poetic picture book is perfect for beginner readers designed to evoke discussion.This whimsical book is sure to swiftly become a favorite in your library."
              }
            },
            {
              "kind": "books#volume",
              "id": "yqkKzgEACAAJ",
              "etag": "Kfl8C4U1kE8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/yqkKzgEACAAJ",
              "volumeInfo": {
                "title": "The Piggy Who Turned Into A Balloon From Too Much Screen Time",
                "subtitle": "A Story about Screens and Obesity",
                "authors": [
                  "Nacho Valle García"
                ],
                "publishedDate": "2020-11-12",
                "description": "A STORY ABOUT THE RISK OF OBESITY FROM TOO MUCH SCREEN TIME(AVAILABLE IN ENGLISH AND SPANISH) Rita the little pig does nothing but sit in front of her computer all day eating unhealthy snacks. Her lifestyle causes her to gain weight and takes her on an unforgettable trip that will change her life forever. INTRODUCTION TO DIGITAL WORLD COLLECTION The digital world has many advantages, but also its negative side. This collection can help start a conversation with the little ones so they can enjoy the digital world while avoiding its dangers. Topics covered: bullying, viral challenges, mobile phone addiction, social networks addiction...",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9798564006125"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 36,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=yqkKzgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=yqkKzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=yqkKzgEACAAJ&dq=balloon&hl=&cd=3&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=yqkKzgEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/The_Piggy_Who_Turned_Into_A_Balloon_From.html?hl=&id=yqkKzgEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=yqkKzgEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "For more information, search on the internet for &quot;Screens and obesity.&quot; The Story Rita the Piggy does nothing but sit in front of her computer all day eating unhealthy snacks."
              }
            },
            {
              "kind": "books#volume",
              "id": "vlARwQEACAAJ",
              "etag": "ZQLzegLRuKE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/vlARwQEACAAJ",
              "volumeInfo": {
                "title": "Pop the Bronze Balloon",
                "authors": [
                  "Jackie Yeager"
                ],
                "publisher": "Crimson Five",
                "publishedDate": "2019-09",
                "description": "The Crimson Five make their International Debut! Kia Krumpet and the rest of the Crimson Five team of young inventors embark on the Swirl and Spark Creativity Tour, where they're tasked with creating one final invention. But there's a catch. They must create one with the teams from France and Switzerland--an ultimate test of teamwork.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "1948705567"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9781948705561"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 288,
                "printType": "BOOK",
                "categories": [
                  "Juvenile Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=vlARwQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=vlARwQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=vlARwQEACAAJ&dq=balloon&hl=&cd=4&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=vlARwQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Pop_the_Bronze_Balloon.html?hl=&id=vlARwQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=vlARwQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Crimson Five make their International Debut Kia Krumpet and the rest of the Crimson Five team of young inventors embark on the Swirl and Spark Creativity Tour, where they&#39;re tasked with creating one final invention."
              }
            },
            {
              "kind": "books#volume",
              "id": "Tj71zQEACAAJ",
              "etag": "ngQgvcTc3JA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/Tj71zQEACAAJ",
              "volumeInfo": {
                "title": "Egbert & the Balloon",
                "authors": [
                  "Tena Edwards"
                ],
                "publishedDate": "2020-10-24",
                "description": "Egbert & the Balloon is a cute picture book about a very curious and energetic little boy who loves balloons of all colors and sizes . During his day at a Spring Festival, while playing with his classmates and is constantly being chased after by his teacher, he makes a new friend. Join us on this motivational adventure about a boy who never gives up.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "4991178304"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9784991178306"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 26,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=Tj71zQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=Tj71zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=Tj71zQEACAAJ&dq=balloon&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=Tj71zQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Egbert_the_Balloon.html?hl=&id=Tj71zQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=Tj71zQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Egbert &amp; the Balloon is a cute picture book about a very curious and energetic little boy who loves balloons of all colors and sizes ."
              }
            },
            {
              "kind": "books#volume",
              "id": "al0LzgEACAAJ",
              "etag": "ZOs001E7WNo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/al0LzgEACAAJ",
              "volumeInfo": {
                "title": "DIY Halloween Balloons",
                "subtitle": "Scary Awesome DIY Halloween Decorations with Balloons: Halloween Balloon DIYs That'll Kill At Your Party Book",
                "authors": [
                  "Joshua Jones"
                ],
                "publishedDate": "2020-10-07",
                "description": "If you're ready to deck your place out in all the pumpkins, ghosts, and bats you can cluster in one room, consider trying some DIY Halloween decor options before spending a small fortune on things you'll likely throw out come November 1st. You can't have a party without balloons, and these DIYs are not only festive, they're also insanely easy. Happy haunting!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9798694679398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 50,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=al0LzgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=al0LzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=al0LzgEACAAJ&dq=balloon&hl=&cd=6&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=al0LzgEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/DIY_Halloween_Balloons.html?hl=&id=al0LzgEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=al0LzgEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "If you&#39;re ready to deck your place out in all the pumpkins, ghosts, and bats you can cluster in one room, consider trying some DIY Halloween decor options before spending a small fortune on things you&#39;ll likely throw out come November 1st."
              }
            },
            {
              "kind": "books#volume",
              "id": "qbVOzQEACAAJ",
              "etag": "5qWVh2QA15s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/qbVOzQEACAAJ",
              "volumeInfo": {
                "title": "Little Bunny's Balloon",
                "authors": [
                  "Wook Jin Jung"
                ],
                "publisher": "Reycraft Books",
                "publishedDate": "2020-10",
                "description": "It's Little Bunny's birthday and he thinks everyone has forgotten. Suddenly he notices a balloon floating by. He chases the balloon to return it to its owner because he's sure it will cheer him or her up. Along his journey, he is aided by friends who help him travel across the land, through the forest, in the air, and over the sea. When he finally catches up to the balloon, he sees a large bunch of balloons at the top of a hill beside his family and friends shouting, \"HAPPY BIRTHDAY!\"",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "1478869100"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9781478869108"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 40,
                "printType": "BOOK",
                "categories": [
                  "Juvenile Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=qbVOzQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=qbVOzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=qbVOzQEACAAJ&dq=balloon&hl=&cd=7&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=qbVOzQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Little_Bunny_s_Balloon.html?hl=&id=qbVOzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=qbVOzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "It&#39;s Little Bunny&#39;s birthday and he thinks everyone has forgotten."
              }
            },
            {
              "kind": "books#volume",
              "id": "7LD_DwAAQBAJ",
              "etag": "b24Pnj8N6Ow",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7LD_DwAAQBAJ",
              "volumeInfo": {
                "title": "Balloons, Airships and Flying Machines",
                "authors": [
                  "Gertrude Bacon"
                ],
                "publisher": "Read Books Ltd",
                "publishedDate": "2020-09-17",
                "description": "In the 21st century - the age of the budget airline - where quick and reliable air travel is available to a large segment of society, it seems hard to comprehend that it is less than 250 years since the first human took to the skies. Although the wing of the bird seemed like the most obvious natural mechanism to attempt replicate, it was actually contained hot air, as demonstrated by the Montgolfiers and their balloon, that gave birth to the era human aviation. Since the first manned balloon flight in 1783, developments have come thick and fast, the airship, the aeroplane, and finally the space shuttle. This reprint of a classic publication by Gertrude Bacon, one of the earliest female aeronauts, details the development of aviation from the first balloons to the inventions of the early 20th century. Complete with a brand new introduction and containing chapters such as 'The Coming of the Gas Balloon', 'The Balloon in Warfare', and 'The Airship', it is a wonderful work for anyone with an interest in the lighter-than-air period of aeronautics.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781528766043"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1528766040"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 124,
                "printType": "BOOK",
                "categories": [
                  "Transportation"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7LD_DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7LD_DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7LD_DwAAQBAJ&printsec=frontcover&dq=balloon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7LD_DwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7LD_DwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 6.32,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 6.32,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=7LD_DwAAQBAJ&rdid=book-7LD_DwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 6320000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 6320000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Balloons_Airships_and_Flying_Machines-sample-epub.acsm?id=7LD_DwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Balloons_Airships_and_Flying_Machines-sample-pdf.acsm?id=7LD_DwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7LD_DwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "This reprint of a classic publication by Gertrude Bacon, one of the earliest female aeronauts, details the development of aviation from the first balloons to the inventions of the early 20th century."
              }
            },
            {
              "kind": "books#volume",
              "id": "oNuRzQEACAAJ",
              "etag": "GBiCgNdhG7w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/oNuRzQEACAAJ",
              "volumeInfo": {
                "title": "Natalia the Unicorn Queen",
                "subtitle": "A Balloon Fairytale",
                "authors": [
                  "Jacob Cortes"
                ],
                "publisher": "Bookbaby",
                "publishedDate": "2020-08-29",
                "description": "Natalia the Unicorn Queen is the first Balloon Fairy tale in the world. It is about the secret life of Balloon people. This unique full color picture book contains balloon characters created by Jacob Cortes the Amazing Balloon Bender. Natalia is a sweet young balloon girl that has one dream in life, to become Queen of the Unicorn Kingdom. On her quest to get to the Unicorn Kingdom she suffers tragedy and betrayal but learns what the true meaning of what friendship really is. Natalia knows that there is nothing that can defeat the love in her heart for the Unicorn Kingdom and that it is her destiny is to be the queen.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "1098316924"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9781098316921"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 88,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=oNuRzQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=oNuRzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=oNuRzQEACAAJ&dq=balloon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=oNuRzQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Natalia_the_Unicorn_Queen.html?hl=&id=oNuRzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=oNuRzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Natalia the Unicorn Queen is the first Balloon Fairy tale in the world. It is about the secret life of Balloon people. This unique full color picture book contains balloon characters created by Jacob Cortes the Amazing Balloon Bender."
              }
            },
            {
              "kind": "books#volume",
              "id": "CASfzQEACAAJ",
              "etag": "VUccow59Nvk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/CASfzQEACAAJ",
              "volumeInfo": {
                "title": "Finn the Blue Balloon",
                "authors": [
                  "Ashley Schlafly"
                ],
                "publishedDate": "2020-09-30",
                "description": "What happens after a balloon is let go to fly into the sky? That is exactly what a blue balloon named Finn is about to find out. Lost in the clouds, Finn meets a friendly bird named Ellie who shows him just how special the view from above can be for those willing to take the chance. Join Finn and Ellie on their journey around the world as they see beautiful sights and discover that life from up high is always an adventure!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0578728656"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780578728650"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=CASfzQEACAAJ&dq=balloon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=CASfzQEACAAJ&dq=balloon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Finn_the_Blue_Balloon.html?hl=&id=CASfzQEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=CASfzQEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "What happens after a balloon is let go to fly into the sky? That is exactly what a blue balloon named Finn is about to find out."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S003C002] Response items are sorted from newest to oldest 0 1 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S003C002] Response items are sorted from newest to oldest
expected 1603490400000 to be at most 1567288800000
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 59419c0f-bcbd-48dc-ad58-28eec7aef757
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:56 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "NwV5fUDNt48",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "obaeOfQxAkg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "7UaQy20sOFM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "h5w3KYIIlEg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "sUhxQk6Xh+o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "xFk3eDSaC1s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "ugz1iqLp1jE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "n/+9oOYHz9U",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "nXYNdfRpZsY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "dR2WHF4GDXo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S004] Valid request format with ```maxResults``` parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```maxResults``` parameter is set with a valid value | |```THEN```|**I should get a valid response with a number of items matching accordingly** | ### 2 test cases : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response has a count of at least ```maxResults``` items | 1/2 | ```qData```="arcachon"<br>```maxResults```= 20 | | | | 2/2 | ```qData```="arcachon"<br>```maxResults```= 40 | | ```[C002]``` | Response has 0 item | 1/1 | ```qData```="arcachon"<br>```maxResults```= 0 |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&maxResults=20
Response Information
Response Code: 200 - OK
Mean time per request: 354ms
Mean size per request: 62.46KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 369a1549-46e9-4f70-ace5-e72387921674
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:56 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 1491,
          "items": [
            {
              "kind": "books#volume",
              "id": "5I9IAQAAMAAJ",
              "etag": "nonvJekr060",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5I9IAQAAMAAJ",
              "volumeInfo": {
                "title": "Host Bibliographic Record for Boundwith Item Barcode 30112027908901 and Others",
                "subtitle": "(1895-1903)",
                "publishedDate": "1895",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UIUC:30112027908836"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=5I9IAQAAMAAJ&pg=RA5-PR3&dq=arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&rdid=book-5I9IAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Host_Bibliographic_Record_for_Boundwith.epub?id=5I9IAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5I9IAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "D&#39;\u003cb\u003eARCACHON\u003c/b\u003e STATION BIOLOGIQUE Présidents d&#39;honneur . M. le RECTEUR \u003cbr\u003e\nde l&#39;Université de Bordeaux ; M. le DOYEN de la Faculté des Sciences de \u003cbr\u003e\nBordeaux ; M. le DOYEN de la Faculté de Médecine et de Pharmacie de \u003cbr\u003e\nBordeaux ; M."
              }
            },
            {
              "kind": "books#volume",
              "id": "bMwHY-1lA0AC",
              "etag": "eLn8lhbaPY4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/bMwHY-1lA0AC",
              "volumeInfo": {
                "title": "Les villes nouvelles. Arcachon. La plage, la forêt et la ville d'hiver",
                "authors": [
                  "F. Dubarreau"
                ],
                "publishedDate": "1863",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001103310905"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 43,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=bMwHY-1lA0AC&pg=PA16&dq=arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&rdid=book-bMwHY-1lA0AC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.epub?id=bMwHY-1lA0AC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.pdf?id=bMwHY-1lA0AC&hl=&output=pdf&sig=ACfU3U1ZvQai5FklX9oHG3bWFY6UffsN-A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=bMwHY-1lA0AC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "IT \u003cb\u003eARCACHON\u003c/b\u003e DEVANT LA SCIENCE La cour d&#39;assises . Les travaux de M. \u003cbr\u003e\nHameau . Analyses . \u003cb\u003eArcachon\u003c/b\u003e , patrie des enfants . -- Pourquoi les enfants l&#39;\u003cbr\u003e\naiment et pourquoi ils y vont . La clientèle du docteur Blanche . Climatologie ."
              }
            },
            {
              "kind": "books#volume",
              "id": "92_C6N0Kq_oC",
              "etag": "bAg4qsk1cqk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/92_C6N0Kq_oC",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1855",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001101181274"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=92_C6N0Kq_oC&pg=PA3&dq=arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&rdid=book-92_C6N0Kq_oC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC&hl=&output=pdf&sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=92_C6N0Kq_oC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "ÉMINENCE , En 1624 , le célèbre cardinal de Sourdis donna un grand essor au \u003cbr\u003e\npèlerinage de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e , en invitant les fidèles à remplacer par \u003cbr\u003e\nune chapelle en pierres le modeste oratoire en bois élevé par les soins d&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "UkxRAAAAcAAJ",
              "etag": "qYfr7NfLveE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/UkxRAAAAcAAJ",
              "volumeInfo": {
                "title": "Histoire de N. - D. d'Arcachon et du b(ienheureux) Thomas Illyricus son fondateur",
                "subtitle": "(Maria.)",
                "authors": [
                  "L. Delpeuch"
                ],
                "publishedDate": "1872",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BSB:BSB11019478"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 235,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=UkxRAAAAcAAJ&pg=PA228&dq=arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&rdid=book-UkxRAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.epub?id=UkxRAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.pdf?id=UkxRAAAAcAAJ&hl=&output=pdf&sig=ACfU3U3NHNElXOBsiMpmwKJWMppMWRyK3Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=UkxRAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "(Maria.) L. Delpeuch. &gt;&gt; » que vous soyez isolé et retranché du reste des \u003cbr\u003e\nhommes . » \u003cb\u003eArcachon\u003c/b\u003e est une sorte d&#39;Océanie francaise ; c&#39;est Taïti à quelques \u003cbr\u003e\nkilomètres de Bordeaux ; la vie sauvage à une portée de fusil du foyer de la \u003cbr\u003e\ncivilisation ."
              }
            },
            {
              "kind": "books#volume",
              "id": "_zuaK0fgqw8C",
              "etag": "gBLXqydPELg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/_zuaK0fgqw8C",
              "volumeInfo": {
                "title": "La chapellede Notre-Dame d'Arcachon",
                "subtitle": "esquisse historique",
                "authors": [
                  "Oscar Dejean"
                ],
                "publishedDate": "1856",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001102802142"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 23,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=_zuaK0fgqw8C&pg=PA16&dq=arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&rdid=book-_zuaK0fgqw8C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.epub?id=_zuaK0fgqw8C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.pdf?id=_zuaK0fgqw8C&hl=&output=pdf&sig=ACfU3U1nPZWhMiXxwl7OSVRxTZ7YqL4GgQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=_zuaK0fgqw8C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "pour son entretien et subsistance , de faire la » quête au lieu de ladite Cbapelle \u003cbr\u003e\net aux envi» rons . . . . » Les Cordeliers continuèrent de fournir des aumôniers au \u003cbr\u003e\nsanctuaire de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e jusqu &#39; en 1792 , où le dernier d &#39; entre&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "P1o9AAAAYAAJ",
              "etag": "yx7hlWNGX+o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/P1o9AAAAYAAJ",
              "volumeInfo": {
                "title": "Exposition internationale de pêche & d'agriculture d'Arcachon ...",
                "publishedDate": "1867",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:HWG1TX"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 21,
                "printType": "BOOK",
                "categories": [
                  "Arcachon"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=P1o9AAAAYAAJ&pg=PA1&dq=arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&rdid=book-P1o9AAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.epub?id=P1o9AAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.pdf?id=P1o9AAAAYAAJ&hl=&output=pdf&sig=ACfU3U287Yz5EyRfBE9rLMwSC_LVJHG_ZA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=P1o9AAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "EXPOSITION INTERNATIONALE - DE PÊCHE ET D &#39; AQUICULTURE D &#39; \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e L &#39; exposition de pêche et d &#39; aquiculture d &#39; \u003cb\u003eArcachon\u003c/b\u003e , ouverte au \u003cbr\u003e\nmois de juillet 1866 , a présenté , comme celle de Boulogne , un vif intérêt . \u003cbr\u003e\nOrganisée&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "p78XAAAAYAAJ",
              "etag": "btdQHjaRWcE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/p78XAAAAYAAJ",
              "volumeInfo": {
                "title": "Le pèlerinage de Notre-Dame d'Arcachon et la Santa Casa",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044100118884"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 34,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=p78XAAAAYAAJ&pg=PA23&dq=arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&rdid=book-p78XAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.epub?id=p78XAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.pdf?id=p78XAAAAYAAJ&hl=&output=pdf&sig=ACfU3U32_nb19DpWc7Lqybh9PrtMh4Se1A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=p78XAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Tous les membres reçoivent une gravure représentant N . - D . d &#39; \u003cb\u003eArcachon\u003c/b\u003e , \u003cbr\u003e\navec un prospectus de l &#39; auvre , accompagné de cette prière : « 0 Marie ! Mère \u003cbr\u003e\nde Dieu , » qui avez ordonné à la tempête et aux flots de dé» &gt; poser , sur les \u003cbr\u003e\nriantes&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "szVYAAAAcAAJ",
              "etag": "rdQcG14FUzg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/szVYAAAAcAAJ",
              "volumeInfo": {
                "title": "Un Voyage au bassin d'Arcachon",
                "authors": [
                  "Henri RIBADIEU"
                ],
                "publishedDate": "1859",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0017859331"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 163,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=szVYAAAAcAAJ&pg=PA27&dq=arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&rdid=book-szVYAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Un_Voyage_au_bassin_d_Arcachon.epub?id=szVYAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=szVYAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "elle est agitée , quelquefois furieuse , comme si l&#39;Angleterre , qui est là , à \u003cbr\u003e\nquelques milles , lui soufflait ses rancunes ; madame Patissier cependant avait \u003cbr\u003e\ndédaigné , et Calais , et Dieppe , et le Havre ; elle avait donné la préférence à \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h5aXJXa2yggC",
              "etag": "4Qh4uhhr8HQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h5aXJXa2yggC",
              "volumeInfo": {
                "title": "Bassin d'Arcachon entre dunes et landes",
                "authors": [
                  "Charles Daney",
                  "Régine Rosenthal"
                ],
                "publisher": "RENAISSANCE DU LIVRE",
                "publishedDate": "2001-05-22",
                "description": "Triangle bleu dans le triangle vert des cartes d'Aquitaine, le Bassin d'Arcachon n'est pour le voyageur pressé qu'un insolite petit triangle d'eau évanescent, léger comme une bulle, accroché en un point infime au rivage dunaire du golfe de Gascogne. Si le grand triangle forestier qui l'entoure inquiète souvent par son immensité, le Bassin d'Arcachon donne l'impression de l'infiniment petit, de l'infiniment fragile, tant paraît dérisoire le tissu de chenaux emmêlés qui le rattache à l'Atlantique. C'est pourtant ce fragile écheveau qui nous le rend précieux puisque la vie vient de l'océan et que des hommes se sont toujours fixés sur des bords qui ne furent jamais un \"territoire du vide\". Les marins parlent de bassin de radoub ou de carénage. Les vieux dictionnaires de la marine emploient le mot de bassin pour signifier la partie retirée d'une rade ou d'un port. À croire qu'au beau milieu de deux cent trente-cinq kilomètres de rouleaux, après qu'on en ait franchi les passes, le monde amphibie de cette baie marine apparaît plus calme que la plus calme baie, plus inespéré que le plus sûr des ports. Arcachon n'est pas un simple sigle de localisation. Comme tous les noms anciens de mer, de montagne ou de forêt, il est chargé de peurs et de légendes qui lui sont propres. Les anciens n'étaient pas loin d'y voir des êtres de chair aux réactions redoutables. Ils les apprivoisaient, quelquefois. Comme Iroise ou Morbihan, Arcachon est un nom d'autrefois, un nom de mer qui suffisait à en exprimer l'emplacement et le caractère tout à la fois. Tout le monde sait cela à l'exception des géographes qui éprouvent le besoin un peu pédant de préciser s'il s'agit de montagne, de forêt, de mer, de petite mer... Ils en ont rallongé les noms au grand dam des nécessités d'inscription sur la carte. Probablement gênés par le caractère d'Arcachon qu'ils trouvaient trop calme pour être une mer, trop difficile d'accès pour être une baie, trop \"sauvage\" pour être une rade, ils lui ont donné pour qualificatif le terme de Bassin. C'est vouloir forcer le regard des voyageurs et s'imposer un peu trop insolemment comme guide. Alors, pour retrouver la nature et l'esprit de ces lieux, nous l'appelons Arcachon comme étant le nom depuis trop longtemps oublié d'un monde séduisant parce que vivant, captivant, grouillant d'activités, mais fort complexe en sa diversité.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782804605025"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2804605027"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 155,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.1",
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=h5aXJXa2yggC&pg=PA156&dq=arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=h5aXJXa2yggC&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bassin_d_Arcachon_entre_dunes_et_landes.html?hl=&id=h5aXJXa2yggC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h5aXJXa2yggC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Noms propres \u003cb\u003eArcachon\u003c/b\u003e a récupéré en 1857 (date de sa fondation par décret) le \u003cbr\u003e\nnom qui n&#39;était plus utilisé depuis longtemps pour désigner la baie. Le seul \u003cbr\u003e\nfleuve véritablement landais et qui signifie l&#39;eau (&quot;aiguë&quot;) intègre ou non l&#39;article \u003cbr\u003e\net&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "PkekrqGA0G4C",
              "etag": "yfWbxRnALfw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/PkekrqGA0G4C",
              "volumeInfo": {
                "title": "Bateaux et gens du Bassin d'Arcachon",
                "authors": [
                  "Bernard Cherrier"
                ],
                "publisher": "Les Dossiers d'Aquitaine",
                "publishedDate": "2000",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2846220093"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782846220095"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 94,
                "printType": "BOOK",
                "categories": [
                  "Aquitaine (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.3.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=PkekrqGA0G4C&pg=PA59&dq=arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=PkekrqGA0G4C&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bateaux_et_gens_du_Bassin_d_Arcachon.html?hl=&id=PkekrqGA0G4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=PkekrqGA0G4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Une régate organisée par le Cercle nautique de Bordeaux , dans la rade d&#39;\u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e , sans doute vers 1850. On notera , outre le grand nombre de voiliers \u003cbr\u003e\nparticipant à l&#39;épreuve , la présence d&#39;échassiers et de quelques cavaliers . \u003cbr\u003e\nremonter&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "1gcAAAAAQAAJ",
              "etag": "o7z+DGfSmUA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/1gcAAAAAQAAJ",
              "volumeInfo": {
                "title": "Arcachon, in the Department of the Gironde, France, Its Advantages as a Health Resort",
                "authors": [
                  "Samuel Radcliff"
                ],
                "publishedDate": "1883",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OXFORD:600043150"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 60,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.5.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=1gcAAAAAQAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=1gcAAAAAQAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=1gcAAAAAQAAJ&pg=PA50&dq=arcachon&hl=&cd=11&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ&rdid=book-1gcAAAAAQAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_in_the_Department_of_the_Girond.epub?id=1gcAAAAAQAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_in_the_Department_of_the_Girond.pdf?id=1gcAAAAAQAAJ&hl=&output=pdf&sig=ACfU3U0DYu46fwh9iU7yvTkAAw5bQA-hZg&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=1gcAAAAAQAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "thirty or forty years ago ; but the forest there is not so pretty as the forest of \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e used to be . There is a monastery of the Dominicans there ; but the \u003cbr\u003e\nmonks have been dispersed , and their chapel closed , by order of the \u003cbr\u003e\nGovernment ."
              }
            },
            {
              "kind": "books#volume",
              "id": "c-tYDwAAQBAJ",
              "etag": "SxIxP13vF/U",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/c-tYDwAAQBAJ",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "André Rebsomen"
                ],
                "publisher": "FeniXX",
                "publishedDate": "1937-01-01T00:00:00Z",
                "description": "Cet ouvrage est une réédition numérique d’un livre paru au XXe siècle, désormais indisponible dans son format d’origine.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782402224802"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2402224800"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 319,
                "printType": "BOOK",
                "categories": [
                  "Religion"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=c-tYDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=c-tYDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=c-tYDwAAQBAJ&pg=PT281&dq=arcachon&hl=&cd=12&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 8.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 8.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ&rdid=book-c-tYDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 8490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 8490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon-sample-epub.acsm?id=c-tYDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon-sample-pdf.acsm?id=c-tYDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=c-tYDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Voici la liste des ouvrages concernant Notre-Dame d&#39;\u003cb\u003eArcachon\u003c/b\u003e et que nous \u003cbr\u003e\navons utilisés en grande partie : SOUIRY (Abbé). — Notice historique sur la \u003cbr\u003e\nchapelle d&#39;\u003cb\u003eArcachon\u003c/b\u003e, illustrée de trois lithographies. Bordeaux, 1843. X... — La \u003cbr\u003e\nfête de la&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "WdrsDwAAQBAJ",
              "etag": "bd6sdNscdz4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/WdrsDwAAQBAJ",
              "volumeInfo": {
                "title": "Une histoire du Bassin : Arcachon, entre Landes et océan",
                "publisher": "FeniXX",
                "publishedDate": "1995-01-01T00:00:00+01:00",
                "description": "Treize spécialistes racontent l'histoire de cette échancrure du golfe de Gascogne, qui, au XVIIIe siècle s'appelait déjà ainsi et qui donna son nom à la ville. Des témoignages sur les activités maritimes, sur les projets d'aménagement successifs, les bains de mer... « Copyright Electre »",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782402122719"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2402122714"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 287,
                "printType": "BOOK",
                "categories": [
                  "History"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=WdrsDwAAQBAJ&pg=PT546&dq=arcachon&hl=&cd=13&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&rdid=book-WdrsDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-epub.acsm?id=WdrsDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-pdf.acsm?id=WdrsDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=WdrsDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "17 dévolution de l&#39;ostréiculture Boubes, L&#39;ostréiculture à \u003cb\u003eArcachon\u003c/b\u003e, Delmas, \u003cbr\u003e\nBordeaux, 1909. Weulerse (Jacques), « Le Bassin d&#39;\u003cb\u003eArcachon\u003c/b\u003e », Annales de \u003cbr\u003e\nGéographie, XXXVII, 209, 1928, PP 407-427. Martin (Charles), Agriculteurs de la \u003cbr\u003e\nmer,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "OQgNCwAAQBAJ",
              "etag": "2GKZC8LellY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/OQgNCwAAQBAJ",
              "volumeInfo": {
                "title": "Petite histoire d'Arcachon",
                "authors": [
                  "Charles Daney"
                ],
                "publisher": "Éditions Cairn",
                "publishedDate": "2015-06-02",
                "description": "Les premiers « chalets » d’Arcachon ont été bâtis tout au long du rivage du Bassin qui porte son nom, à l’ouest du bourg de La Teste de Buch, - dont ils se sont séparés en 1857. Née de la présence du sable et de l’eau, lancée comme un rêve de mode, construite sur un souci de santé et de repos, poussée rapidement sur le sable des dunes, développée sur des envies de plaisirs, gagnée par le souci des vacances, rattrapée par trois guerres qui l’ont fortement marquée, Arcachon – ville parc – s’est un temps endormie pour être réveillée par le bouquet d’un « Cœur de Ville » qui lui redonne comme un air d’Offenbach, image qui ne l’a jamais totalement quittée. Elle se développe au rythme des longues ondulations du temps soumis aux souffles changeants de la mode et de la politique qui les font pareilles aux ondulations de la mer.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782350685205"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2350685209"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Literary Collections"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=OQgNCwAAQBAJ&pg=PT26&dq=arcachon&hl=&cd=14&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&rdid=book-OQgNCwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-epub.acsm?id=OQgNCwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-pdf.acsm?id=OQgNCwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=OQgNCwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Aufan (Robert) La naissance d&#39;\u003cb\u003eArcachon\u003c/b\u003e, 18231857. De la forêt à la ville, \u003cbr\u003e\nRegards sur les pays de Buch, Société Historique, 1994. • Clémens (Jacques) : \u003cbr\u003e\nSouvenirs d&#39;\u003cb\u003eArcachon\u003c/b\u003e 1857, Alan Sutton, 2007 • Corbin (Alain) : Le territoire du \u003cbr\u003e\nvide,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "fPWAAQAACAAJ",
              "etag": "DXqgkTczpUo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/fPWAAQAACAAJ",
              "volumeInfo": {
                "title": "Du bassin d'Arcachon à l'île de Santorin",
                "subtitle": "roman",
                "authors": [
                  "Karine Denis"
                ],
                "publishedDate": "2015",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2953985735"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782953985733"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 191,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=fPWAAQAACAAJ&dq=arcachon&hl=&cd=15&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=fPWAAQAACAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Du_bassin_d_Arcachon_%C3%A0_l_%C3%AEle_de_Santor.html?hl=&id=fPWAAQAACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=fPWAAQAACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "CNdnAAAAMAAJ",
              "etag": "G9q7HUipIhs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/CNdnAAAAMAAJ",
              "volumeInfo": {
                "title": "D'Arcachon à Andernos",
                "subtitle": "regards sur le bassin : actes du XLVIIIe Congrès d'études régionales de la Fédération historique du Sud-Ouest tenu à Arcachon et Andernos, les 20 et 21 avril 1996",
                "authors": [
                  "Fédération historique du Sud-Ouest"
                ],
                "publishedDate": "1997",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015061384593"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 450,
                "printType": "BOOK",
                "categories": [
                  "Andernos-les-Bains (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=16&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/D_Arcachon_%C3%A0_Andernos.html?hl=&id=CNdnAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=CNdnAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "EVPPAAAAMAAJ",
              "etag": "AOgGoV0KCP0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EVPPAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station biologique d'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1895",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015069532037"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=EVPPAAAAMAAJ&printsec=frontcover&dq=arcachon&hl=&cd=17&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&rdid=book-EVPPAAAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.epub?id=EVPPAAAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.pdf?id=EVPPAAAAMAAJ&hl=&output=pdf&sig=ACfU3U1snawJEo8RPbjdgmpFlki6Y-X_DQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EVPPAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Vols. 1-6 include &quot;Liste&quot; or &quot;Index des travaux sortis des laboratoires d&#39;Arcachon depuis leur fondation&quot; (Title of this index varies slightly)."
              }
            },
            {
              "kind": "books#volume",
              "id": "VK7uDwAAQBAJ",
              "etag": "I8WBWmRGGO8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/VK7uDwAAQBAJ",
              "volumeInfo": {
                "title": "L'extraordinaire créature du bassin d'Arcachon",
                "authors": [
                  "Frédéric Fappani von Lothringen"
                ],
                "publisher": "L’Harmattan",
                "publishedDate": "2020-08-13",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782140153075"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2140153073"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=VK7uDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=VK7uDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=VK7uDwAAQBAJ&printsec=frontcover&dq=arcachon&hl=&cd=18&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=VK7uDwAAQBAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/L_extraordinaire_cr%C3%A9ature_du_bassin_d_A.html?hl=&id=VK7uDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/L_extraordinaire_cr%C3%A9ature_du_bassin_d_A-sample-epub.acsm?id=VK7uDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=VK7uDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "tZbxAAAAMAAJ",
              "etag": "CxiMC+99mvs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tZbxAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique D'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1961",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89090035445"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=19&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_D_Arca.html?hl=&id=tZbxAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tZbxAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "GERMAIN, docteur en médecine, ancien interne des Hôpitaux de Bordeaux, \u003cbr\u003e\nMios. GINESTET, boulevard Deganne, \u003cb\u003eArcachon\u003c/b\u003e. Mm&#39; GIL REICHEH, docteur ès \u003cbr\u003e\nlettres, 24, rue Laboye, Bordeaux. MM. de GRACIA, maire d&#39;\u003cb\u003eArcachon\u003c/b\u003e, député,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "SLpLAQAAIAAJ",
              "etag": "rWX4w20F2GQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/SLpLAQAAIAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique d'Arcachon",
                "subtitle": "Nouvelle serie",
                "authors": [
                  "Societe scientifique d'Arcachon"
                ],
                "publishedDate": "2004",
                "description": "Includes Comptes rendus administratifs and Travaux des laboratoires, Institute de biologie marine de l'Universite de Bordeaux.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCLA:L0090291709"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Marine biology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&q=arcachon&dq=arcachon&hl=&cd=20&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_d_Arca.html?hl=&id=SLpLAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=SLpLAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Nouvelle serie Societe scientifique d&#39;\u003cb\u003eArcachon\u003c/b\u003e. Available online at www.\u003cbr\u003e\nsciencedirect.com ESTUARINE COASTAL ICIENCI donner AND SHELF \u003cbr\u003e\nSCIENCE ELSEVIER Estuaring Coastal and Shelf Science 62 ( 2005 ) 453_465\u003cbr\u003e\n&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S004C001] Response has 20 items 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 318ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 6ca4dcfd-babd-4d55-b337-763dfd5633e6
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:57 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "jLZ7eRC0IfY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "Qu+VcVYc8ok",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "aljy/p0gsUk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "eG686Ko6x9E",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "+aocaO1dxRY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "QItVZLOEk6k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "2C4fNYECjTk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "dFpbLZdOQGY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "MYOz/7VWYOc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "WautEQQMo2o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S004] Valid request format with ```maxResults``` parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```maxResults``` parameter is set with a valid value | |```THEN```|**I should get a valid response with a number of items matching accordingly** | ### 2 test cases : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response has a count of at least ```maxResults``` items | 1/2 | ```qData```="arcachon"<br>```maxResults```= 20 | | | | 2/2 | ```qData```="arcachon"<br>```maxResults```= 40 | | ```[C002]``` | Response has 0 item | 1/1 | ```qData```="arcachon"<br>```maxResults```= 0 |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&maxResults=40
Response Information
Response Code: 200 - OK
Mean time per request: 430ms
Mean size per request: 111.4KB

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 2aeda6b6-6464-4c85-8488-e14aec7cfaf9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:57 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 1480,
          "items": [
            {
              "kind": "books#volume",
              "id": "5I9IAQAAMAAJ",
              "etag": "GX5jNVXq7TE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5I9IAQAAMAAJ",
              "volumeInfo": {
                "title": "Host Bibliographic Record for Boundwith Item Barcode 30112027908901 and Others",
                "subtitle": "(1895-1903)",
                "publishedDate": "1895",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UIUC:30112027908836"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=5I9IAQAAMAAJ&pg=RA5-PR3&dq=arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&rdid=book-5I9IAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Host_Bibliographic_Record_for_Boundwith.epub?id=5I9IAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5I9IAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "D&#39;\u003cb\u003eARCACHON\u003c/b\u003e STATION BIOLOGIQUE Présidents d&#39;honneur . M. le RECTEUR \u003cbr\u003e\nde l&#39;Université de Bordeaux ; M. le DOYEN de la Faculté des Sciences de \u003cbr\u003e\nBordeaux ; M. le DOYEN de la Faculté de Médecine et de Pharmacie de \u003cbr\u003e\nBordeaux ; M."
              }
            },
            {
              "kind": "books#volume",
              "id": "bMwHY-1lA0AC",
              "etag": "M95SroEpLKc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/bMwHY-1lA0AC",
              "volumeInfo": {
                "title": "Les villes nouvelles. Arcachon. La plage, la forêt et la ville d'hiver",
                "authors": [
                  "F. Dubarreau"
                ],
                "publishedDate": "1863",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001103310905"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 43,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=bMwHY-1lA0AC&pg=PA16&dq=arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&rdid=book-bMwHY-1lA0AC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.epub?id=bMwHY-1lA0AC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.pdf?id=bMwHY-1lA0AC&hl=&output=pdf&sig=ACfU3U1ZvQai5FklX9oHG3bWFY6UffsN-A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=bMwHY-1lA0AC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "IT \u003cb\u003eARCACHON\u003c/b\u003e DEVANT LA SCIENCE La cour d&#39;assises . Les travaux de M. \u003cbr\u003e\nHameau . Analyses . \u003cb\u003eArcachon\u003c/b\u003e , patrie des enfants . -- Pourquoi les enfants l&#39;\u003cbr\u003e\naiment et pourquoi ils y vont . La clientèle du docteur Blanche . Climatologie ."
              }
            },
            {
              "kind": "books#volume",
              "id": "92_C6N0Kq_oC",
              "etag": "RyPpzyYKCO4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/92_C6N0Kq_oC",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1855",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001101181274"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=92_C6N0Kq_oC&pg=PA3&dq=arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&rdid=book-92_C6N0Kq_oC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC&hl=&output=pdf&sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=92_C6N0Kq_oC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "ÉMINENCE , En 1624 , le célèbre cardinal de Sourdis donna un grand essor au \u003cbr\u003e\npèlerinage de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e , en invitant les fidèles à remplacer par \u003cbr\u003e\nune chapelle en pierres le modeste oratoire en bois élevé par les soins d&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "UkxRAAAAcAAJ",
              "etag": "KVXc+29erQ8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/UkxRAAAAcAAJ",
              "volumeInfo": {
                "title": "Histoire de N. - D. d'Arcachon et du b(ienheureux) Thomas Illyricus son fondateur",
                "subtitle": "(Maria.)",
                "authors": [
                  "L. Delpeuch"
                ],
                "publishedDate": "1872",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BSB:BSB11019478"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 235,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=UkxRAAAAcAAJ&pg=PA228&dq=arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&rdid=book-UkxRAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.epub?id=UkxRAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.pdf?id=UkxRAAAAcAAJ&hl=&output=pdf&sig=ACfU3U3NHNElXOBsiMpmwKJWMppMWRyK3Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=UkxRAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "(Maria.) L. Delpeuch. &gt;&gt; » que vous soyez isolé et retranché du reste des \u003cbr\u003e\nhommes . » \u003cb\u003eArcachon\u003c/b\u003e est une sorte d&#39;Océanie francaise ; c&#39;est Taïti à quelques \u003cbr\u003e\nkilomètres de Bordeaux ; la vie sauvage à une portée de fusil du foyer de la \u003cbr\u003e\ncivilisation ."
              }
            },
            {
              "kind": "books#volume",
              "id": "_zuaK0fgqw8C",
              "etag": "tn+uuRKf5Mk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/_zuaK0fgqw8C",
              "volumeInfo": {
                "title": "La chapellede Notre-Dame d'Arcachon",
                "subtitle": "esquisse historique",
                "authors": [
                  "Oscar Dejean"
                ],
                "publishedDate": "1856",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001102802142"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 23,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=_zuaK0fgqw8C&pg=PA16&dq=arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&rdid=book-_zuaK0fgqw8C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.epub?id=_zuaK0fgqw8C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.pdf?id=_zuaK0fgqw8C&hl=&output=pdf&sig=ACfU3U1nPZWhMiXxwl7OSVRxTZ7YqL4GgQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=_zuaK0fgqw8C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "pour son entretien et subsistance , de faire la » quête au lieu de ladite Cbapelle \u003cbr\u003e\net aux envi» rons . . . . » Les Cordeliers continuèrent de fournir des aumôniers au \u003cbr\u003e\nsanctuaire de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e jusqu &#39; en 1792 , où le dernier d &#39; entre&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "P1o9AAAAYAAJ",
              "etag": "yDcHXnxqfgo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/P1o9AAAAYAAJ",
              "volumeInfo": {
                "title": "Exposition internationale de pêche & d'agriculture d'Arcachon ...",
                "publishedDate": "1867",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:HWG1TX"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 21,
                "printType": "BOOK",
                "categories": [
                  "Arcachon"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=P1o9AAAAYAAJ&pg=PA1&dq=arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&rdid=book-P1o9AAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.epub?id=P1o9AAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.pdf?id=P1o9AAAAYAAJ&hl=&output=pdf&sig=ACfU3U287Yz5EyRfBE9rLMwSC_LVJHG_ZA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=P1o9AAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "EXPOSITION INTERNATIONALE - DE PÊCHE ET D &#39; AQUICULTURE D &#39; \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e L &#39; exposition de pêche et d &#39; aquiculture d &#39; \u003cb\u003eArcachon\u003c/b\u003e , ouverte au \u003cbr\u003e\nmois de juillet 1866 , a présenté , comme celle de Boulogne , un vif intérêt . \u003cbr\u003e\nOrganisée&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "p78XAAAAYAAJ",
              "etag": "xPR3X+rCsNo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/p78XAAAAYAAJ",
              "volumeInfo": {
                "title": "Le pèlerinage de Notre-Dame d'Arcachon et la Santa Casa",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044100118884"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 34,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=p78XAAAAYAAJ&pg=PA23&dq=arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&rdid=book-p78XAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.epub?id=p78XAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.pdf?id=p78XAAAAYAAJ&hl=&output=pdf&sig=ACfU3U32_nb19DpWc7Lqybh9PrtMh4Se1A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=p78XAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Tous les membres reçoivent une gravure représentant N . - D . d &#39; \u003cb\u003eArcachon\u003c/b\u003e , \u003cbr\u003e\navec un prospectus de l &#39; auvre , accompagné de cette prière : « 0 Marie ! Mère \u003cbr\u003e\nde Dieu , » qui avez ordonné à la tempête et aux flots de dé» &gt; poser , sur les \u003cbr\u003e\nriantes&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "szVYAAAAcAAJ",
              "etag": "QxgOSf+0kt4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/szVYAAAAcAAJ",
              "volumeInfo": {
                "title": "Un Voyage au bassin d'Arcachon",
                "authors": [
                  "Henri RIBADIEU"
                ],
                "publishedDate": "1859",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0017859331"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 163,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=szVYAAAAcAAJ&pg=PA27&dq=arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&rdid=book-szVYAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Un_Voyage_au_bassin_d_Arcachon.epub?id=szVYAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=szVYAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "elle est agitée , quelquefois furieuse , comme si l&#39;Angleterre , qui est là , à \u003cbr\u003e\nquelques milles , lui soufflait ses rancunes ; madame Patissier cependant avait \u003cbr\u003e\ndédaigné , et Calais , et Dieppe , et le Havre ; elle avait donné la préférence à \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h5aXJXa2yggC",
              "etag": "e7CrLrIbQ/I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h5aXJXa2yggC",
              "volumeInfo": {
                "title": "Bassin d'Arcachon entre dunes et landes",
                "authors": [
                  "Charles Daney",
                  "Régine Rosenthal"
                ],
                "publisher": "RENAISSANCE DU LIVRE",
                "publishedDate": "2001-05-22",
                "description": "Triangle bleu dans le triangle vert des cartes d'Aquitaine, le Bassin d'Arcachon n'est pour le voyageur pressé qu'un insolite petit triangle d'eau évanescent, léger comme une bulle, accroché en un point infime au rivage dunaire du golfe de Gascogne. Si le grand triangle forestier qui l'entoure inquiète souvent par son immensité, le Bassin d'Arcachon donne l'impression de l'infiniment petit, de l'infiniment fragile, tant paraît dérisoire le tissu de chenaux emmêlés qui le rattache à l'Atlantique. C'est pourtant ce fragile écheveau qui nous le rend précieux puisque la vie vient de l'océan et que des hommes se sont toujours fixés sur des bords qui ne furent jamais un \"territoire du vide\". Les marins parlent de bassin de radoub ou de carénage. Les vieux dictionnaires de la marine emploient le mot de bassin pour signifier la partie retirée d'une rade ou d'un port. À croire qu'au beau milieu de deux cent trente-cinq kilomètres de rouleaux, après qu'on en ait franchi les passes, le monde amphibie de cette baie marine apparaît plus calme que la plus calme baie, plus inespéré que le plus sûr des ports. Arcachon n'est pas un simple sigle de localisation. Comme tous les noms anciens de mer, de montagne ou de forêt, il est chargé de peurs et de légendes qui lui sont propres. Les anciens n'étaient pas loin d'y voir des êtres de chair aux réactions redoutables. Ils les apprivoisaient, quelquefois. Comme Iroise ou Morbihan, Arcachon est un nom d'autrefois, un nom de mer qui suffisait à en exprimer l'emplacement et le caractère tout à la fois. Tout le monde sait cela à l'exception des géographes qui éprouvent le besoin un peu pédant de préciser s'il s'agit de montagne, de forêt, de mer, de petite mer... Ils en ont rallongé les noms au grand dam des nécessités d'inscription sur la carte. Probablement gênés par le caractère d'Arcachon qu'ils trouvaient trop calme pour être une mer, trop difficile d'accès pour être une baie, trop \"sauvage\" pour être une rade, ils lui ont donné pour qualificatif le terme de Bassin. C'est vouloir forcer le regard des voyageurs et s'imposer un peu trop insolemment comme guide. Alors, pour retrouver la nature et l'esprit de ces lieux, nous l'appelons Arcachon comme étant le nom depuis trop longtemps oublié d'un monde séduisant parce que vivant, captivant, grouillant d'activités, mais fort complexe en sa diversité.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782804605025"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2804605027"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 155,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.1",
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=h5aXJXa2yggC&pg=PA156&dq=arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=h5aXJXa2yggC&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bassin_d_Arcachon_entre_dunes_et_landes.html?hl=&id=h5aXJXa2yggC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h5aXJXa2yggC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Noms propres \u003cb\u003eArcachon\u003c/b\u003e a récupéré en 1857 (date de sa fondation par décret) le \u003cbr\u003e\nnom qui n&#39;était plus utilisé depuis longtemps pour désigner la baie. Le seul \u003cbr\u003e\nfleuve véritablement landais et qui signifie l&#39;eau (&quot;aiguë&quot;) intègre ou non l&#39;article \u003cbr\u003e\net&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "PkekrqGA0G4C",
              "etag": "uIrDDppjgAc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/PkekrqGA0G4C",
              "volumeInfo": {
                "title": "Bateaux et gens du Bassin d'Arcachon",
                "authors": [
                  "Bernard Cherrier"
                ],
                "publisher": "Les Dossiers d'Aquitaine",
                "publishedDate": "2000",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2846220093"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782846220095"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 94,
                "printType": "BOOK",
                "categories": [
                  "Aquitaine (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.3.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=PkekrqGA0G4C&pg=PA59&dq=arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=PkekrqGA0G4C&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bateaux_et_gens_du_Bassin_d_Arcachon.html?hl=&id=PkekrqGA0G4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=PkekrqGA0G4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Une régate organisée par le Cercle nautique de Bordeaux , dans la rade d&#39;\u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e , sans doute vers 1850. On notera , outre le grand nombre de voiliers \u003cbr\u003e\nparticipant à l&#39;épreuve , la présence d&#39;échassiers et de quelques cavaliers . \u003cbr\u003e\nremonter&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "1gcAAAAAQAAJ",
              "etag": "03i8JJLk0XY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/1gcAAAAAQAAJ",
              "volumeInfo": {
                "title": "Arcachon, in the Department of the Gironde, France, Its Advantages as a Health Resort",
                "authors": [
                  "Samuel Radcliff"
                ],
                "publishedDate": "1883",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OXFORD:600043150"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 60,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.5.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=1gcAAAAAQAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=1gcAAAAAQAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=1gcAAAAAQAAJ&pg=PA50&dq=arcachon&hl=&cd=11&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=1gcAAAAAQAAJ&rdid=book-1gcAAAAAQAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_in_the_Department_of_the_Girond.epub?id=1gcAAAAAQAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_in_the_Department_of_the_Girond.pdf?id=1gcAAAAAQAAJ&hl=&output=pdf&sig=ACfU3U0DYu46fwh9iU7yvTkAAw5bQA-hZg&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=1gcAAAAAQAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "thirty or forty years ago ; but the forest there is not so pretty as the forest of \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e used to be . There is a monastery of the Dominicans there ; but the \u003cbr\u003e\nmonks have been dispersed , and their chapel closed , by order of the \u003cbr\u003e\nGovernment ."
              }
            },
            {
              "kind": "books#volume",
              "id": "c-tYDwAAQBAJ",
              "etag": "jyyiuC99y+M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/c-tYDwAAQBAJ",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "André Rebsomen"
                ],
                "publisher": "FeniXX",
                "publishedDate": "1937-01-01T00:00:00Z",
                "description": "Cet ouvrage est une réédition numérique d’un livre paru au XXe siècle, désormais indisponible dans son format d’origine.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782402224802"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2402224800"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 319,
                "printType": "BOOK",
                "categories": [
                  "Religion"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=c-tYDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=c-tYDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=c-tYDwAAQBAJ&pg=PT281&dq=arcachon&hl=&cd=12&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 8.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 8.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=c-tYDwAAQBAJ&rdid=book-c-tYDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 8490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 8490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon-sample-epub.acsm?id=c-tYDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon-sample-pdf.acsm?id=c-tYDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=c-tYDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Voici la liste des ouvrages concernant Notre-Dame d&#39;\u003cb\u003eArcachon\u003c/b\u003e et que nous \u003cbr\u003e\navons utilisés en grande partie : SOUIRY (Abbé). — Notice historique sur la \u003cbr\u003e\nchapelle d&#39;\u003cb\u003eArcachon\u003c/b\u003e, illustrée de trois lithographies. Bordeaux, 1843. X... — La \u003cbr\u003e\nfête de la&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "WdrsDwAAQBAJ",
              "etag": "Xh5OHrofODo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/WdrsDwAAQBAJ",
              "volumeInfo": {
                "title": "Une histoire du Bassin : Arcachon, entre Landes et océan",
                "publisher": "FeniXX",
                "publishedDate": "1995-01-01T00:00:00+01:00",
                "description": "Treize spécialistes racontent l'histoire de cette échancrure du golfe de Gascogne, qui, au XVIIIe siècle s'appelait déjà ainsi et qui donna son nom à la ville. Des témoignages sur les activités maritimes, sur les projets d'aménagement successifs, les bains de mer... « Copyright Electre »",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782402122719"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2402122714"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 287,
                "printType": "BOOK",
                "categories": [
                  "History"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=WdrsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=WdrsDwAAQBAJ&pg=PT546&dq=arcachon&hl=&cd=13&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 7.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=WdrsDwAAQBAJ&rdid=book-WdrsDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 7990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-epub.acsm?id=WdrsDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Une_histoire_du_Bassin_Arcachon_entre_La-sample-pdf.acsm?id=WdrsDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=WdrsDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "17 dévolution de l&#39;ostréiculture Boubes, L&#39;ostréiculture à \u003cb\u003eArcachon\u003c/b\u003e, Delmas, \u003cbr\u003e\nBordeaux, 1909. Weulerse (Jacques), « Le Bassin d&#39;\u003cb\u003eArcachon\u003c/b\u003e », Annales de \u003cbr\u003e\nGéographie, XXXVII, 209, 1928, PP 407-427. Martin (Charles), Agriculteurs de la \u003cbr\u003e\nmer,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "OQgNCwAAQBAJ",
              "etag": "aSr2vnXh92w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/OQgNCwAAQBAJ",
              "volumeInfo": {
                "title": "Petite histoire d'Arcachon",
                "authors": [
                  "Charles Daney"
                ],
                "publisher": "Éditions Cairn",
                "publishedDate": "2015-06-02",
                "description": "Les premiers « chalets » d’Arcachon ont été bâtis tout au long du rivage du Bassin qui porte son nom, à l’ouest du bourg de La Teste de Buch, - dont ils se sont séparés en 1857. Née de la présence du sable et de l’eau, lancée comme un rêve de mode, construite sur un souci de santé et de repos, poussée rapidement sur le sable des dunes, développée sur des envies de plaisirs, gagnée par le souci des vacances, rattrapée par trois guerres qui l’ont fortement marquée, Arcachon – ville parc – s’est un temps endormie pour être réveillée par le bouquet d’un « Cœur de Ville » qui lui redonne comme un air d’Offenbach, image qui ne l’a jamais totalement quittée. Elle se développe au rythme des longues ondulations du temps soumis aux souffles changeants de la mode et de la politique qui les font pareilles aux ondulations de la mer.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782350685205"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2350685209"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Literary Collections"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=OQgNCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=OQgNCwAAQBAJ&pg=PT26&dq=arcachon&hl=&cd=14&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=OQgNCwAAQBAJ&rdid=book-OQgNCwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-epub.acsm?id=OQgNCwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Petite_histoire_d_Arcachon-sample-pdf.acsm?id=OQgNCwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=OQgNCwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Aufan (Robert) La naissance d&#39;\u003cb\u003eArcachon\u003c/b\u003e, 18231857. De la forêt à la ville, \u003cbr\u003e\nRegards sur les pays de Buch, Société Historique, 1994. • Clémens (Jacques) : \u003cbr\u003e\nSouvenirs d&#39;\u003cb\u003eArcachon\u003c/b\u003e 1857, Alan Sutton, 2007 • Corbin (Alain) : Le territoire du \u003cbr\u003e\nvide,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "fPWAAQAACAAJ",
              "etag": "PCaggIyjTPo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/fPWAAQAACAAJ",
              "volumeInfo": {
                "title": "Du bassin d'Arcachon à l'île de Santorin",
                "subtitle": "roman",
                "authors": [
                  "Karine Denis"
                ],
                "publishedDate": "2015",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2953985735"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782953985733"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 191,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=fPWAAQAACAAJ&dq=arcachon&hl=&cd=15&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=fPWAAQAACAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Du_bassin_d_Arcachon_%C3%A0_l_%C3%AEle_de_Santor.html?hl=&id=fPWAAQAACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=fPWAAQAACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "CNdnAAAAMAAJ",
              "etag": "+dLtJZ6HdQg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/CNdnAAAAMAAJ",
              "volumeInfo": {
                "title": "D'Arcachon à Andernos",
                "subtitle": "regards sur le bassin : actes du XLVIIIe Congrès d'études régionales de la Fédération historique du Sud-Ouest tenu à Arcachon et Andernos, les 20 et 21 avril 1996",
                "authors": [
                  "Fédération historique du Sud-Ouest"
                ],
                "publishedDate": "1997",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015061384593"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 450,
                "printType": "BOOK",
                "categories": [
                  "Andernos-les-Bains (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=CNdnAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=16&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=CNdnAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/D_Arcachon_%C3%A0_Andernos.html?hl=&id=CNdnAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=CNdnAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "EVPPAAAAMAAJ",
              "etag": "rNdLuaLNC3I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EVPPAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station biologique d'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1895",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015069532037"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EVPPAAAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=EVPPAAAAMAAJ&printsec=frontcover&dq=arcachon&hl=&cd=17&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EVPPAAAAMAAJ&rdid=book-EVPPAAAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.epub?id=EVPPAAAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Bulletin_de_la_Station_biologique_d_Arca.pdf?id=EVPPAAAAMAAJ&hl=&output=pdf&sig=ACfU3U1snawJEo8RPbjdgmpFlki6Y-X_DQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EVPPAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Vols. 1-6 include &quot;Liste&quot; or &quot;Index des travaux sortis des laboratoires d&#39;Arcachon depuis leur fondation&quot; (Title of this index varies slightly)."
              }
            },
            {
              "kind": "books#volume",
              "id": "VK7uDwAAQBAJ",
              "etag": "xOWhTQUYAgc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/VK7uDwAAQBAJ",
              "volumeInfo": {
                "title": "L'extraordinaire créature du bassin d'Arcachon",
                "authors": [
                  "Frédéric Fappani von Lothringen"
                ],
                "publisher": "L’Harmattan",
                "publishedDate": "2020-08-13",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782140153075"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2140153073"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=VK7uDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=VK7uDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=VK7uDwAAQBAJ&printsec=frontcover&dq=arcachon&hl=&cd=18&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=VK7uDwAAQBAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/L_extraordinaire_cr%C3%A9ature_du_bassin_d_A.html?hl=&id=VK7uDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/L_extraordinaire_cr%C3%A9ature_du_bassin_d_A-sample-epub.acsm?id=VK7uDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=VK7uDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "tZbxAAAAMAAJ",
              "etag": "6YT7ibtWIf0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tZbxAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique D'Arcachon",
                "authors": [
                  "Société scientifique d'Arcachon. Station biologique"
                ],
                "publishedDate": "1961",
                "description": "Vols. 1-6 include \"Liste\" or \"Index des travaux sortis des laboratoires d'Arcachon depuis leur fondation\" (Title of this index varies slightly).",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89090035445"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tZbxAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=19&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=tZbxAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_D_Arca.html?hl=&id=tZbxAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tZbxAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "GERMAIN, docteur en médecine, ancien interne des Hôpitaux de Bordeaux, \u003cbr\u003e\nMios. GINESTET, boulevard Deganne, \u003cb\u003eArcachon\u003c/b\u003e. Mm&#39; GIL REICHEH, docteur ès \u003cbr\u003e\nlettres, 24, rue Laboye, Bordeaux. MM. de GRACIA, maire d&#39;\u003cb\u003eArcachon\u003c/b\u003e, député,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "SLpLAQAAIAAJ",
              "etag": "BkCER0IQF1w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/SLpLAQAAIAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Station Biologique d'Arcachon",
                "subtitle": "Nouvelle serie",
                "authors": [
                  "Societe scientifique d'Arcachon"
                ],
                "publishedDate": "2004",
                "description": "Includes Comptes rendus administratifs and Travaux des laboratoires, Institute de biologie marine de l'Universite de Bordeaux.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCLA:L0090291709"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Marine biology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=SLpLAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&q=arcachon&dq=arcachon&hl=&cd=20&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=SLpLAQAAIAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Station_Biologique_d_Arca.html?hl=&id=SLpLAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=SLpLAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Nouvelle serie Societe scientifique d&#39;\u003cb\u003eArcachon\u003c/b\u003e. Available online at www.\u003cbr\u003e\nsciencedirect.com ESTUARINE COASTAL ICIENCI donner AND SHELF \u003cbr\u003e\nSCIENCE ELSEVIER Estuaring Coastal and Shelf Science 62 ( 2005 ) 453_465\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "R9EJAQAAIAAJ",
              "etag": "puTd/IeCN48",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/R9EJAQAAIAAJ",
              "volumeInfo": {
                "title": "Arcachon au temps des étrangers de distinction",
                "authors": [
                  "Jacques Ragot"
                ],
                "publishedDate": "1978",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCAL:B3190136"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 253,
                "printType": "BOOK",
                "categories": [
                  "Arcachon"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=R9EJAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=R9EJAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=R9EJAQAAIAAJ&q=arcachon&dq=arcachon&hl=&cd=21&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=R9EJAQAAIAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Arcachon_au_temps_des_%C3%A9trangers_de_dist.html?hl=&id=R9EJAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=R9EJAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "der me pas conseillertes ne soient pacomprend diff Le 19 avril 1855 Adalbert \u003cbr\u003e\nDeganne , propriétaire , à \u003cb\u003eArcachon\u003c/b\u003e avait écrit au Préfet de la Gironde : « \u003cbr\u003e\nMonsieur le préfet , Les intérêts d &#39; \u003cb\u003eArcachon\u003c/b\u003e sont si distincts , si différents de \u003cbr\u003e\nceux de La&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZbkbAQAAIAAJ",
              "etag": "Ignbcd+aa+M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZbkbAQAAIAAJ",
              "volumeInfo": {
                "title": "La bataille d'Arcachon",
                "subtitle": "un conte",
                "authors": [
                  "Hélène Cixous"
                ],
                "publisher": "Laval, Québec : TROIS",
                "publishedDate": "1986",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "STANFORD:36105040557980"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 158,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.3.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZbkbAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZbkbAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=ZbkbAQAAIAAJ&q=arcachon&dq=arcachon&hl=&cd=22&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=ZbkbAQAAIAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/La_bataille_d_Arcachon.html?hl=&id=ZbkbAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZbkbAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "aGbzAAAAMAAJ",
              "etag": "hDQbBQM0+KM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/aGbzAAAAMAAJ",
              "volumeInfo": {
                "title": "Arcachon, tout le monde descend ...",
                "authors": [
                  "Henry Lieutaud"
                ],
                "publishedDate": "1971",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89012501730"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 44,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=aGbzAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=aGbzAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=aGbzAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=23&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=aGbzAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Arcachon_tout_le_monde_descend.html?hl=&id=aGbzAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=aGbzAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Pourtant , sous la verrière de la gare , j &#39; ai encore entendu la même invite : \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e , tout le monde descend . Comme c &#39; est vrai : Du Nord au Midi , de l \u003cbr\u003e\n&#39; Est à l &#39; Ouest ils arrivent , ils descendent en rangs serrés . Les voici nos amis , \u003cbr\u003e\nnos&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "dtJGAAAAMAAJ",
              "etag": "OXRWiyEo3qo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/dtJGAAAAMAAJ",
              "volumeInfo": {
                "title": "Bulletin de la Société historique et archéologique d'Arcachon",
                "publishedDate": "1989",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015067325582"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=dtJGAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=dtJGAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=dtJGAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=24&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=dtJGAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bulletin_de_la_Soci%C3%A9t%C3%A9_historique_et_a.html?hl=&id=dtJGAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=dtJGAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "UNIVERSITY OF MICHIGAN Société Histuny 2015 08782 5582ogique d &#39; \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e CENTRE SOCIO - CULTUREL 31 COURS TARTAS - 33120 \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e Bureau de la Société Président d &#39; Honneur M . Jean VALETTE , \u003cbr\u003e\nDirecteur des&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "WjsbAAAAYAAJ",
              "etag": "bm1v8mA0ARA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/WjsbAAAAYAAJ",
              "volumeInfo": {
                "title": "Guide d' Arcachon",
                "authors": [
                  "de Gabory"
                ],
                "publishedDate": "1896",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044087920302"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 103,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=WjsbAAAAYAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=WjsbAAAAYAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=WjsbAAAAYAAJ&pg=PP1&dq=arcachon&hl=&cd=25&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=WjsbAAAAYAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Guide_d_Arcachon.html?hl=&id=WjsbAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true
                },
                "webReaderLink": "http://play.google.com/books/reader?id=WjsbAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "CdYBAAAAMAAJ",
              "etag": "HWNvRPetgPQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/CdYBAAAAMAAJ",
              "volumeInfo": {
                "title": "Une Famille de gens de lettres en Arcachon, de 1850 à 1950",
                "subtitle": "José-Maria de Heredia, Pierre Louÿs, Henri de Régnier, Auguste Gilbert de Voisins, Maurice Maindron, René Doumic, Gérard d'Houville, Pierre de Régnier : exposition du 13 juin au 13 septembre 1982, Ville d'Arcachon, Bibliothèque municipale",
                "publishedDate": "1982",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015001767469"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 47,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=CdYBAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=CdYBAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=CdYBAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=26&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=CdYBAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Une_Famille_de_gens_de_lettres_en_Arcach.html?hl=&id=CdYBAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=CdYBAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "José-Maria de Heredia, Pierre Louÿs, Henri de Régnier, Auguste Gilbert de \u003cbr\u003e\nVoisins, Maurice Maindron, René Doumic, Gérard d&#39;Houville, Pierre de Régnier : \u003cbr\u003e\nexposition du 13 juin au 13 septembre 1982, Ville d&#39;\u003cb\u003eArcachon\u003c/b\u003e, Bibliothèque&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "3TdfAAAAcAAJ",
              "etag": "n+Lawl6Txwo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/3TdfAAAAcAAJ",
              "volumeInfo": {
                "title": "Tableau pittoresque et agricole des Landes du Bassin d'Arcachon",
                "authors": [
                  "Comte André de Bonneval"
                ],
                "publishedDate": "1839",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0019238181"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 57,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=3TdfAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=3TdfAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=3TdfAAAAcAAJ&printsec=frontcover&dq=arcachon&hl=&cd=27&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=3TdfAAAAcAAJ&rdid=book-3TdfAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Tableau_pittoresque_et_agricole_des_Land.epub?id=3TdfAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=3TdfAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "R_XjAAAAMAAJ",
              "etag": "o6IXDO6uQ20",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/R_XjAAAAMAAJ",
              "volumeInfo": {
                "title": "Le parler du Bassin d'Arcachon et de ses environs",
                "authors": [
                  "Yolande Vidal"
                ],
                "publishedDate": "1999",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IND:30000068988769"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 285,
                "printType": "BOOK",
                "categories": [
                  "French language"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=R_XjAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=R_XjAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=R_XjAAAAMAAJ&pg=PA281&dq=arcachon&hl=&cd=28&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=R_XjAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Le_parler_du_Bassin_d_Arcachon_et_de_ses.html?hl=&id=R_XjAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=R_XjAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "-u8QAQAAMAAJ",
              "etag": "MDyO6b9Op+c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/-u8QAQAAMAAJ",
              "volumeInfo": {
                "title": "Arcachon et le Val de l'Eyre",
                "subtitle": "histoire, art, économie : actes du XXVIe congrès d'études régionales tenu à Arcachon les 27 et 28 avril 1974",
                "publishedDate": "1977",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89003960572"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 138,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=-u8QAQAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=-u8QAQAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=-u8QAQAAMAAJ&pg=PA128&dq=arcachon&hl=&cd=29&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=-u8QAQAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Arcachon_et_le_Val_de_l_Eyre.html?hl=&id=-u8QAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=-u8QAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "o1Y8AAAAMAAJ",
              "etag": "FTmtuheX0RU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/o1Y8AAAAMAAJ",
              "volumeInfo": {
                "title": "Les nécropoles hallstattiennes de la région d'Arcachon",
                "authors": [
                  "Jean-Pierre Mohen",
                  "A. Coffyn"
                ],
                "publishedDate": "1970",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015031913018"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 165,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=o1Y8AAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=o1Y8AAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=o1Y8AAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=30&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=o1Y8AAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Les_n%C3%A9cropoles_hallstattiennes_de_la_r.html?hl=&id=o1Y8AAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=o1Y8AAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "4ijhDwAAQBAJ",
              "etag": "a+HytMY+WrQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/4ijhDwAAQBAJ",
              "volumeInfo": {
                "title": "BASSIN D'ARCACHON 2020 Carnet Petit Futé",
                "authors": [
                  "Dominique Auzias",
                  "Jean-Paul Labourdette"
                ],
                "publisher": "Le Petit Futé",
                "publishedDate": "2020-04-30T00:00:00+02:00",
                "description": "Le carnet de voyage sur le Bassin d'Arcachon a un format très pratique et une nouvelle maquette faisant la part belle aux photos. Destiné à tous les voyageurs qui partent en courts séjours et recherchent un guide complet au meilleur prix sur le Bassin d'Arcachon. Il propose surtout des informations culturelles et de découverte : l'essentiel et plus ! Il est le compagnon idéal pour comprendre le Bassin d'Arcachon et profiter au mieux de son séjour. Vous y retrouverez tous les bons plans pour optimiser votre séjour. Idéal pour le voyageur indépendant mais aussi le voyageur en groupe.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782305031088"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2305031084"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 144,
                "printType": "BOOK",
                "categories": [
                  "Travel"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=4ijhDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=4ijhDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=4ijhDwAAQBAJ&printsec=frontcover&dq=arcachon&hl=&cd=31&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=4ijhDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=4ijhDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 3.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=4ijhDwAAQBAJ&rdid=book-4ijhDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 3990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true
                },
                "pdf": {
                  "isAvailable": true
                },
                "webReaderLink": "http://play.google.com/books/reader?id=4ijhDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Le carnet de voyage sur le Bassin d&#39;Arcachon a un format très pratique et une nouvelle maquette faisant la part belle aux photos."
              }
            },
            {
              "kind": "books#volume",
              "id": "HMCEnAEACAAJ",
              "etag": "e7sY/jDpsLA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/HMCEnAEACAAJ",
              "volumeInfo": {
                "title": "Arcachon (Gironde), 1961",
                "subtitle": "Arcachon, Le Moulleau, Pyla-sur-Mer, Pilat-Plage, Le Bassin",
                "publishedDate": "1961",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:418118308"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=HMCEnAEACAAJ&dq=arcachon&hl=&cd=32&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=HMCEnAEACAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Arcachon_Gironde_1961.html?hl=&id=HMCEnAEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=HMCEnAEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "JgIMAQAAMAAJ",
              "etag": "hYEbWskyR9Y",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JgIMAQAAMAAJ",
              "volumeInfo": {
                "title": "1914-1918, le bassin d'Arcachon",
                "authors": [
                  "Jean-Michel Mormone",
                  "Patrick Boyer",
                  "Jean-Pierre Caule"
                ],
                "publishedDate": "2008",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015080726949"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 158,
                "printType": "BOOK",
                "categories": [
                  "Arcachon Basin (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JgIMAQAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JgIMAQAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=JgIMAQAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=33&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=JgIMAQAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/1914_1918_le_bassin_d_Arcachon.html?hl=&id=JgIMAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JgIMAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "hhdIAQAAMAAJ",
              "etag": "wcTkNSsyMwM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/hhdIAQAAMAAJ",
              "volumeInfo": {
                "title": "Le climat d'Arcachon et le sanatorium, Ville d'Hiver",
                "authors": [
                  "Gustave Hameau"
                ],
                "publishedDate": "1887",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IOWA:31858046990515"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 127,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=hhdIAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=hhdIAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=hhdIAQAAMAAJ&pg=PP1&dq=arcachon&hl=&cd=34&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=hhdIAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=hhdIAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=hhdIAQAAMAAJ&rdid=book-hhdIAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_climat_d_Arcachon_et_le_sanatorium_Vi.epub?id=hhdIAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=hhdIAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "TqjNDwAAQBAJ",
              "etag": "0v1Q440EWww",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/TqjNDwAAQBAJ",
              "volumeInfo": {
                "title": "Enquête à Arcachon",
                "subtitle": "La ville aux 4 saisons",
                "authors": [
                  "Jessica Bourcillier"
                ],
                "publisher": "BoD - Books on Demand",
                "publishedDate": "2020-02-01",
                "description": "Maelys part pour des vacances tranquilles à Arcachon, chez sa grand-mère. Mais ses vacances s'avèrent plus mouvementées que prévu ! Un vol, des personnes aux allures suspectes... Une enquête s'impose. Une enquête policière prétexte à la redécouverte d'Arcachon et de ses quartiers. Histoire interactive : grâce à l'application EnigmApp, visitez Arcachon auprès de Maelys : 1. Téléchargez l'application EnigmApp. 2. Dans le menu de la page d'accueil choisissez : Accès rapide 3. Entrez le code : 2VG9SQUB",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782322193257"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2322193259"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 82,
                "printType": "BOOK",
                "categories": [
                  "Juvenile Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=TqjNDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=TqjNDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=TqjNDwAAQBAJ&printsec=frontcover&dq=arcachon&hl=&cd=35&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=TqjNDwAAQBAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Enqu%C3%AAte_%C3%A0_Arcachon.html?hl=&id=TqjNDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=TqjNDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Mais ses vacances s&#39;avèrent plus mouvementées que prévu ! Un vol, des personnes aux allures suspectes... Une enquête s&#39;impose. Une enquête policière prétexte à la redécouverte d&#39;Arcachon et de ses quartiers."
              }
            },
            {
              "kind": "books#volume",
              "id": "35caAAAAYAAJ",
              "etag": "mtCl/mh++yY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/35caAAAAYAAJ",
              "volumeInfo": {
                "title": "Arcachon, ville d'été, ville d'hiver",
                "subtitle": "topographie et climatologie médicales",
                "authors": [
                  "Fernand Lalesque"
                ],
                "publishedDate": "1886",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044107240061"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 219,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=35caAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=35caAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=35caAAAAYAAJ&printsec=frontcover&dq=arcachon&hl=&cd=36&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=35caAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=35caAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=35caAAAAYAAJ&rdid=book-35caAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_ville_d_%C3%A9t%C3%A9_ville_d_hiver.epub?id=35caAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Arcachon_ville_d_%C3%A9t%C3%A9_ville_d_hiver.pdf?id=35caAAAAYAAJ&hl=&output=pdf&sig=ACfU3U2EiNm_a4CAr3az51dn_sQR3LBuXw&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=35caAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "ykBMAAAAYAAJ",
              "etag": "MuWznuwf7Gs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ykBMAAAAYAAJ",
              "volumeInfo": {
                "title": "Compte-rendu administratif",
                "subtitle": "Année",
                "authors": [
                  "Société Scientifique d'Arcachon"
                ],
                "publishedDate": "1948",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "CORNELL:31924070930981"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "printType": "BOOK",
                "categories": [
                  "Zoology"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ykBMAAAAYAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ykBMAAAAYAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=ykBMAAAAYAAJ&q=arcachon&dq=arcachon&hl=&cd=37&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=ykBMAAAAYAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Compte_rendu_administratif.html?hl=&id=ykBMAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ykBMAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "6U4qygEACAAJ",
              "etag": "1oEZa63V37c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/6U4qygEACAAJ",
              "volumeInfo": {
                "title": "Itinéraires à Royan et Arcachon, ou Bains de mer du bassin de Bordeaux. Par Ernst, etc. [With plates and a plan.]",
                "publishedDate": "1856",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:1062122685"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 160,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=6U4qygEACAAJ&dq=arcachon&hl=&cd=38&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=6U4qygEACAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Itin%C3%A9raires_%C3%A0_Royan_et_Arcachon_ou_Bai.html?hl=&id=6U4qygEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=6U4qygEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "foZNAQAAIAAJ",
              "etag": "IHvdCp/Z2rw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/foZNAQAAIAAJ",
              "volumeInfo": {
                "title": "Découverte du Bassin d'Arcachon par la télédétection spatiale",
                "authors": [
                  "Y.-M. Le Nindre",
                  "Philippe Dutartre"
                ],
                "publishedDate": "1993",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "STANFORD:36105009086971"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 110,
                "printType": "BOOK",
                "categories": [
                  "Arcachon Basin (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=foZNAQAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=foZNAQAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=foZNAQAAIAAJ&q=arcachon&dq=arcachon&hl=&cd=39&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=foZNAQAAIAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/D%C3%A9couverte_du_Bassin_d_Arcachon_par_la.html?hl=&id=foZNAQAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=foZNAQAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "lOzNAAAAMAAJ",
              "etag": "J0Tcy22+yig",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/lOzNAAAAMAAJ",
              "volumeInfo": {
                "title": "The Practice of Oyster Culture at Arcachon and Its Lessons for India",
                "authors": [
                  "James Hornell"
                ],
                "publishedDate": "1910",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015022407624"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 90,
                "printType": "BOOK",
                "categories": [
                  "Oyster culture"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.4.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=lOzNAAAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=lOzNAAAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=lOzNAAAAMAAJ&q=arcachon&dq=arcachon&hl=&cd=40&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=lOzNAAAAMAAJ&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/The_Practice_of_Oyster_Culture_at_Arcach.html?hl=&id=lOzNAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=lOzNAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "It remained for an ingenious \u003cb\u003eArcachon\u003c/b\u003e mason to interest himself in the subject \u003cbr\u003e\nand think out a simpler and more economical method . Michelet was this inventor \u003cbr\u003e\n&#39; s name and it is worthy of remembrance as by this and other of his practical&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 0 1 0
[S00json] response format is JSON 1 0 0
[S004C001] Response has 40 items 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S00time] response time is below 400ms
expected 430 to be below 400
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 309ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token c0d0bccb-d225-497c-9957-b3044f4900c2
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:58 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "pBE7zAsxC0M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "FynGab9OE0o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "78AQN6uD85Q",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "EGHPihGSR6A",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "WNICmMFTLMo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "0bXaXIvAqxs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "xKvG4UwSkuw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "bCEu9nRXZb4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "fsa6HubOpVc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "l127bKVOUT4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S004] Valid request format with ```maxResults``` parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```maxResults``` parameter is set with a valid value | |```THEN```|**I should get a valid response with a number of items matching accordingly** | ### 2 test cases : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response has a count of at least ```maxResults``` items | 1/2 | ```qData```="arcachon"<br>```maxResults```= 20 | | | | 2/2 | ```qData```="arcachon"<br>```maxResults```= 40 | | ```[C002]``` | Response has 0 item | 1/1 | ```qData```="arcachon"<br>```maxResults```= 0 |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&maxResults=0
Response Information
Response Code: 200 - OK
Mean time per request: 157ms
Mean size per request: 49B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 82774b1d-8375-48f1-8fdf-82143e92a99d
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:58 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 0
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S004C002] Response has 0 items 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 354ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 5bb19552-253c-429a-8200-cd4c10847054
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:58 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "rIg4nK8wdkc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "dYg/BMb6wDw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "J6ffHmmTeNY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "XfYsH6INcaY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "mX54DAxjh+o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "oveHJWjsD6k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "wzqUiSv//Zg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "WL760FV5IpU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "ZwKFTPM72us",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "X5doOUhd4BQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&startIndex=0
Response Information
Response Code: 200 - OK
Mean time per request: 323ms
Mean size per request: 31.45KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 40518f37-08ce-44f7-a6f8-255329a12dc2
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:11:59 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 1506,
          "items": [
            {
              "kind": "books#volume",
              "id": "5I9IAQAAMAAJ",
              "etag": "i6qDSnXyulw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5I9IAQAAMAAJ",
              "volumeInfo": {
                "title": "Host Bibliographic Record for Boundwith Item Barcode 30112027908901 and Others",
                "subtitle": "(1895-1903)",
                "publishedDate": "1895",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UIUC:30112027908836"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5I9IAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=5I9IAQAAMAAJ&pg=RA5-PR3&dq=arcachon&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=5I9IAQAAMAAJ&rdid=book-5I9IAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Host_Bibliographic_Record_for_Boundwith.epub?id=5I9IAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5I9IAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "D&#39;\u003cb\u003eARCACHON\u003c/b\u003e STATION BIOLOGIQUE Présidents d&#39;honneur . M. le RECTEUR \u003cbr\u003e\nde l&#39;Université de Bordeaux ; M. le DOYEN de la Faculté des Sciences de \u003cbr\u003e\nBordeaux ; M. le DOYEN de la Faculté de Médecine et de Pharmacie de \u003cbr\u003e\nBordeaux ; M."
              }
            },
            {
              "kind": "books#volume",
              "id": "bMwHY-1lA0AC",
              "etag": "zwB5q6igGUo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/bMwHY-1lA0AC",
              "volumeInfo": {
                "title": "Les villes nouvelles. Arcachon. La plage, la forêt et la ville d'hiver",
                "authors": [
                  "F. Dubarreau"
                ],
                "publishedDate": "1863",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001103310905"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 43,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=bMwHY-1lA0AC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=bMwHY-1lA0AC&pg=PA16&dq=arcachon&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=bMwHY-1lA0AC&rdid=book-bMwHY-1lA0AC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.epub?id=bMwHY-1lA0AC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Les_villes_nouvelles_Arcachon_La_plage_l.pdf?id=bMwHY-1lA0AC&hl=&output=pdf&sig=ACfU3U1ZvQai5FklX9oHG3bWFY6UffsN-A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=bMwHY-1lA0AC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "IT \u003cb\u003eARCACHON\u003c/b\u003e DEVANT LA SCIENCE La cour d&#39;assises . Les travaux de M. \u003cbr\u003e\nHameau . Analyses . \u003cb\u003eArcachon\u003c/b\u003e , patrie des enfants . -- Pourquoi les enfants l&#39;\u003cbr\u003e\naiment et pourquoi ils y vont . La clientèle du docteur Blanche . Climatologie ."
              }
            },
            {
              "kind": "books#volume",
              "id": "92_C6N0Kq_oC",
              "etag": "e4rJ8N1qhro",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/92_C6N0Kq_oC",
              "volumeInfo": {
                "title": "Notre-Dame d'Arcachon",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1855",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001101181274"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=92_C6N0Kq_oC&pg=PA3&dq=arcachon&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=92_C6N0Kq_oC&rdid=book-92_C6N0Kq_oC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC&hl=&output=pdf&sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=92_C6N0Kq_oC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "ÉMINENCE , En 1624 , le célèbre cardinal de Sourdis donna un grand essor au \u003cbr\u003e\npèlerinage de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e , en invitant les fidèles à remplacer par \u003cbr\u003e\nune chapelle en pierres le modeste oratoire en bois élevé par les soins d&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "UkxRAAAAcAAJ",
              "etag": "WOuX33F08LI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/UkxRAAAAcAAJ",
              "volumeInfo": {
                "title": "Histoire de N. - D. d'Arcachon et du b(ienheureux) Thomas Illyricus son fondateur",
                "subtitle": "(Maria.)",
                "authors": [
                  "L. Delpeuch"
                ],
                "publishedDate": "1872",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BSB:BSB11019478"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 235,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=UkxRAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=UkxRAAAAcAAJ&pg=PA228&dq=arcachon&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=UkxRAAAAcAAJ&rdid=book-UkxRAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.epub?id=UkxRAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Histoire_de_N_D_d_Arcachon_et_du_b_ienhe.pdf?id=UkxRAAAAcAAJ&hl=&output=pdf&sig=ACfU3U3NHNElXOBsiMpmwKJWMppMWRyK3Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=UkxRAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "(Maria.) L. Delpeuch. &gt;&gt; » que vous soyez isolé et retranché du reste des \u003cbr\u003e\nhommes . » \u003cb\u003eArcachon\u003c/b\u003e est une sorte d&#39;Océanie francaise ; c&#39;est Taïti à quelques \u003cbr\u003e\nkilomètres de Bordeaux ; la vie sauvage à une portée de fusil du foyer de la \u003cbr\u003e\ncivilisation ."
              }
            },
            {
              "kind": "books#volume",
              "id": "_zuaK0fgqw8C",
              "etag": "36o3yT3fva8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/_zuaK0fgqw8C",
              "volumeInfo": {
                "title": "La chapellede Notre-Dame d'Arcachon",
                "subtitle": "esquisse historique",
                "authors": [
                  "Oscar Dejean"
                ],
                "publishedDate": "1856",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001102802142"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 23,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=_zuaK0fgqw8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=_zuaK0fgqw8C&pg=PA16&dq=arcachon&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=_zuaK0fgqw8C&rdid=book-_zuaK0fgqw8C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.epub?id=_zuaK0fgqw8C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/La_chapellede_Notre_Dame_d_Arcachon.pdf?id=_zuaK0fgqw8C&hl=&output=pdf&sig=ACfU3U1nPZWhMiXxwl7OSVRxTZ7YqL4GgQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=_zuaK0fgqw8C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "pour son entretien et subsistance , de faire la » quête au lieu de ladite Cbapelle \u003cbr\u003e\net aux envi» rons . . . . » Les Cordeliers continuèrent de fournir des aumôniers au \u003cbr\u003e\nsanctuaire de Notre - Dame d &#39; \u003cb\u003eArcachon\u003c/b\u003e jusqu &#39; en 1792 , où le dernier d &#39; entre&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "P1o9AAAAYAAJ",
              "etag": "+kFMKemBhBw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/P1o9AAAAYAAJ",
              "volumeInfo": {
                "title": "Exposition internationale de pêche & d'agriculture d'Arcachon ...",
                "publishedDate": "1867",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:HWG1TX"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 21,
                "printType": "BOOK",
                "categories": [
                  "Arcachon"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=P1o9AAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=P1o9AAAAYAAJ&pg=PA1&dq=arcachon&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=P1o9AAAAYAAJ&rdid=book-P1o9AAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.epub?id=P1o9AAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Exposition_internationale_de_p%C3%AAche_d_ag.pdf?id=P1o9AAAAYAAJ&hl=&output=pdf&sig=ACfU3U287Yz5EyRfBE9rLMwSC_LVJHG_ZA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=P1o9AAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "EXPOSITION INTERNATIONALE - DE PÊCHE ET D &#39; AQUICULTURE D &#39; \u003cbr\u003e\n\u003cb\u003eARCACHON\u003c/b\u003e L &#39; exposition de pêche et d &#39; aquiculture d &#39; \u003cb\u003eArcachon\u003c/b\u003e , ouverte au \u003cbr\u003e\nmois de juillet 1866 , a présenté , comme celle de Boulogne , un vif intérêt . \u003cbr\u003e\nOrganisée&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "p78XAAAAYAAJ",
              "etag": "ZnOyBRxwYwU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/p78XAAAAYAAJ",
              "volumeInfo": {
                "title": "Le pèlerinage de Notre-Dame d'Arcachon et la Santa Casa",
                "authors": [
                  "Xavier Mouls"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044100118884"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 34,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=p78XAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=p78XAAAAYAAJ&pg=PA23&dq=arcachon&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=p78XAAAAYAAJ&rdid=book-p78XAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.epub?id=p78XAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Le_p%C3%A8lerinage_de_Notre_Dame_d_Arcachon.pdf?id=p78XAAAAYAAJ&hl=&output=pdf&sig=ACfU3U32_nb19DpWc7Lqybh9PrtMh4Se1A&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=p78XAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Tous les membres reçoivent une gravure représentant N . - D . d &#39; \u003cb\u003eArcachon\u003c/b\u003e , \u003cbr\u003e\navec un prospectus de l &#39; auvre , accompagné de cette prière : « 0 Marie ! Mère \u003cbr\u003e\nde Dieu , » qui avez ordonné à la tempête et aux flots de dé» &gt; poser , sur les \u003cbr\u003e\nriantes&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "szVYAAAAcAAJ",
              "etag": "YhzwVLc+9ds",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/szVYAAAAcAAJ",
              "volumeInfo": {
                "title": "Un Voyage au bassin d'Arcachon",
                "authors": [
                  "Henri RIBADIEU"
                ],
                "publishedDate": "1859",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0017859331"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 163,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=szVYAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=szVYAAAAcAAJ&pg=PA27&dq=arcachon&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=szVYAAAAcAAJ&rdid=book-szVYAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Un_Voyage_au_bassin_d_Arcachon.epub?id=szVYAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=szVYAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "elle est agitée , quelquefois furieuse , comme si l&#39;Angleterre , qui est là , à \u003cbr\u003e\nquelques milles , lui soufflait ses rancunes ; madame Patissier cependant avait \u003cbr\u003e\ndédaigné , et Calais , et Dieppe , et le Havre ; elle avait donné la préférence à \u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h5aXJXa2yggC",
              "etag": "k+znPWdh2b0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h5aXJXa2yggC",
              "volumeInfo": {
                "title": "Bassin d'Arcachon entre dunes et landes",
                "authors": [
                  "Charles Daney",
                  "Régine Rosenthal"
                ],
                "publisher": "RENAISSANCE DU LIVRE",
                "publishedDate": "2001-05-22",
                "description": "Triangle bleu dans le triangle vert des cartes d'Aquitaine, le Bassin d'Arcachon n'est pour le voyageur pressé qu'un insolite petit triangle d'eau évanescent, léger comme une bulle, accroché en un point infime au rivage dunaire du golfe de Gascogne. Si le grand triangle forestier qui l'entoure inquiète souvent par son immensité, le Bassin d'Arcachon donne l'impression de l'infiniment petit, de l'infiniment fragile, tant paraît dérisoire le tissu de chenaux emmêlés qui le rattache à l'Atlantique. C'est pourtant ce fragile écheveau qui nous le rend précieux puisque la vie vient de l'océan et que des hommes se sont toujours fixés sur des bords qui ne furent jamais un \"territoire du vide\". Les marins parlent de bassin de radoub ou de carénage. Les vieux dictionnaires de la marine emploient le mot de bassin pour signifier la partie retirée d'une rade ou d'un port. À croire qu'au beau milieu de deux cent trente-cinq kilomètres de rouleaux, après qu'on en ait franchi les passes, le monde amphibie de cette baie marine apparaît plus calme que la plus calme baie, plus inespéré que le plus sûr des ports. Arcachon n'est pas un simple sigle de localisation. Comme tous les noms anciens de mer, de montagne ou de forêt, il est chargé de peurs et de légendes qui lui sont propres. Les anciens n'étaient pas loin d'y voir des êtres de chair aux réactions redoutables. Ils les apprivoisaient, quelquefois. Comme Iroise ou Morbihan, Arcachon est un nom d'autrefois, un nom de mer qui suffisait à en exprimer l'emplacement et le caractère tout à la fois. Tout le monde sait cela à l'exception des géographes qui éprouvent le besoin un peu pédant de préciser s'il s'agit de montagne, de forêt, de mer, de petite mer... Ils en ont rallongé les noms au grand dam des nécessités d'inscription sur la carte. Probablement gênés par le caractère d'Arcachon qu'ils trouvaient trop calme pour être une mer, trop difficile d'accès pour être une baie, trop \"sauvage\" pour être une rade, ils lui ont donné pour qualificatif le terme de Bassin. C'est vouloir forcer le regard des voyageurs et s'imposer un peu trop insolemment comme guide. Alors, pour retrouver la nature et l'esprit de ces lieux, nous l'appelons Arcachon comme étant le nom depuis trop longtemps oublié d'un monde séduisant parce que vivant, captivant, grouillant d'activités, mais fort complexe en sa diversité.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782804605025"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2804605027"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 155,
                "printType": "BOOK",
                "categories": [
                  "Arcachon (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.preview.1",
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h5aXJXa2yggC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=h5aXJXa2yggC&pg=PA156&dq=arcachon&hl=&cd=9&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=h5aXJXa2yggC&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bassin_d_Arcachon_entre_dunes_et_landes.html?hl=&id=h5aXJXa2yggC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h5aXJXa2yggC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Noms propres \u003cb\u003eArcachon\u003c/b\u003e a récupéré en 1857 (date de sa fondation par décret) le \u003cbr\u003e\nnom qui n&#39;était plus utilisé depuis longtemps pour désigner la baie. Le seul \u003cbr\u003e\nfleuve véritablement landais et qui signifie l&#39;eau (&quot;aiguë&quot;) intègre ou non l&#39;article \u003cbr\u003e\net&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "PkekrqGA0G4C",
              "etag": "UmEX3vHyvzw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/PkekrqGA0G4C",
              "volumeInfo": {
                "title": "Bateaux et gens du Bassin d'Arcachon",
                "authors": [
                  "Bernard Cherrier"
                ],
                "publisher": "Les Dossiers d'Aquitaine",
                "publishedDate": "2000",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2846220093"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782846220095"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 94,
                "printType": "BOOK",
                "categories": [
                  "Aquitaine (France)"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.3.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=PkekrqGA0G4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=PkekrqGA0G4C&pg=PA59&dq=arcachon&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=PkekrqGA0G4C&dq=arcachon&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bateaux_et_gens_du_Bassin_d_Arcachon.html?hl=&id=PkekrqGA0G4C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=PkekrqGA0G4C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Une régate organisée par le Cercle nautique de Bordeaux , dans la rade d&#39;\u003cbr\u003e\n\u003cb\u003eArcachon\u003c/b\u003e , sans doute vers 1850. On notera , outre le grand nombre de voiliers \u003cbr\u003e\nparticipant à l&#39;épreuve , la présence d&#39;échassiers et de quelques cavaliers . \u003cbr\u003e\nremonter&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 2 0 0
[S00json] response format is JSON 2 0 0
[S005C001] Results are offset accordingly to "startIndex" value 2 0 0
Total 6 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 432ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 89f45684-f025-41db-8da9-00609fa52aa4
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:00 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "JvBt69wc2Sw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "J/JrApWWK1k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "W31aYV6gKSI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "kN4fdFJm5A0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "h9CryEVRD0s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "uCASiUqkmSA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "+XKkIOl4+6g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "dHS4o6Hsmmc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "1I641xzlz7I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "rzJd22dbzCY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S005] Valid request format with ```startIndex``` value above count of items ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```startIndex``` parameter is set with a value above the count of items | |```THEN```|**I should get a valid response with 0 item** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid and has 0 item | 1 | ```qData```="arcachon"<br>```startIndex```= set dynamically in script |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&startIndex=1507
Response Information
Response Code: 200 - OK
Mean time per request: 136ms
Mean size per request: 49B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 847f09c3-7977-4761-9971-2b8f1eb47a96
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:00 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 0
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 2 0 0
[S00json] response format is JSON 2 0 0
[S006C001] Response has a "totalItems" value of 0 for a "startIndex" above "totalResults" 2 0 0
Total 6 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 984f5334-b3af-4e07-b2ef-abf8b8a9d9d5
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:01 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "3okGLPjAX68",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "aLwsqCTEBUM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "7lnyb7UN0D8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "Ksrn7FRfaIU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "9yj2AEm0Cmk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "xpS+NRZa/q4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "hjMf/ra7wVc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "11xz6/8fXR4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "i/IF+mIMb0g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "1+3EHQu1RDs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S007] Valid request format with ```langRestrict``` parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```langRestrict``` parameter is set with a valid value| |```THEN```|**I should get a valid response with items that has a ```language```value matching the requested parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid and each item's ```language``` value matches the input parameter| 1/3 | ```qData```="arcachon"<br>```langRestrict```= "fr"| | | | 2/3 | ```qData```="arcachon"<br>```langRestrict```= "en"| | | | 3/3 | ```qData```="arcachon"<br>```langRestrict```= "no"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=monsieur&langRestrict=fr
Response Information
Response Code: 200 - OK
Mean time per request: 377ms
Mean size per request: 27.32KB

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 7ba1af3f-9a30-44bf-b3b0-753401175dc9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:01 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 2021,
          "items": [
            {
              "kind": "books#volume",
              "id": "5W_IHAAACAAJ",
              "etag": "Drr5fdr1MRs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5W_IHAAACAAJ",
              "volumeInfo": {
                "title": "Monsieur!",
                "subtitle": "vaudeville en un acte ...",
                "authors": [
                  "Henri Thiéry"
                ],
                "publishedDate": "1860",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OCLC:48493009"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 8,
                "printType": "BOOK",
                "categories": [
                  "Drama"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=5W_IHAAACAAJ&dq=monsieur&hl=&cd=1&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=5W_IHAAACAAJ&dq=monsieur&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Monsieur.html?hl=&id=5W_IHAAACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5W_IHAAACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "8idmAAAAcAAJ",
              "etag": "PQ/xoLwDf2w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/8idmAAAAcAAJ",
              "volumeInfo": {
                "title": "Les negotiations de Monsieur le president Jeannin",
                "authors": [
                  "Pierre Jeannin"
                ],
                "publishedDate": "1695",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "KBNL:UBA000024655"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "France"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=8idmAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=8idmAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=8idmAAAAcAAJ&pg=PP23&dq=monsieur&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=8idmAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=8idmAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=8idmAAAAcAAJ&rdid=book-8idmAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_negotiations_de_Monsieur_le_presiden.epub?id=8idmAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=8idmAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Lettre de \u003cb\u003eMonsieur\u003c/b\u003e de Villeroy à \u003cb\u003eMonsieur\u003c/b\u003e Jeannin , d4-17 : Tuin 1607 , Letire au \u003cbr\u003e\nRoy , du 2o . Iuin 1607 . ibid . Lettre de \u003cb\u003eMonsieur\u003c/b\u003e Jeannin à \u003cb\u003eMonsieur\u003c/b\u003e de Villeroy , \u003cbr\u003e\ndu zo . de Juin 1607 . 190 Lettre du Roy , du 26. de Juix 1607 . 192 Lettre de&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "oCIF45bOlDUC",
              "etag": "acFrSA6u4Lk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/oCIF45bOlDUC",
              "volumeInfo": {
                "title": "“Les” oeuvres “de Monsieur de Moliere”",
                "subtitle": "Reveues, corrigees & augmentees",
                "authors": [
                  "Molière"
                ],
                "publishedDate": "1682",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z234539109"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 335,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=oCIF45bOlDUC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=oCIF45bOlDUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=oCIF45bOlDUC&pg=PA249&dq=monsieur&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=oCIF45bOlDUC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=oCIF45bOlDUC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=oCIF45bOlDUC&rdid=book-oCIF45bOlDUC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Les_oeuvres_de_Monsieur_de_Moliere.epub?id=oCIF45bOlDUC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=oCIF45bOlDUC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "\u003cb\u003eMONSIEUR\u003c/b\u003e JOURDAIN . Il faut , dis - je , que tu nettoyes la Salle , &amp; .... NICOLE \u003cbr\u003e\nHi , hi . \u003cb\u003eMONSIEUR\u003c/b\u003e JOURDAIN . Encore ! NICOLE Tenez , \u003cb\u003eMonsieur\u003c/b\u003e , battez - \u003cbr\u003e\nmoy plûtoft , &amp; me laissez rire tout mon saoul , cela me fera plus de bicn . Hi , hi , \u003cbr\u003e\nhi&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FbsGAAAAQAAJ",
              "etag": "kmsBO0W01NM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FbsGAAAAQAAJ",
              "volumeInfo": {
                "title": "Monsieur Nicolas, ou, Le coeur humain dévoilé",
                "authors": [
                  "Restif de La Bretonne"
                ],
                "publishedDate": "1883",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OXFORD:N11139402"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Novelists, French"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FbsGAAAAQAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FbsGAAAAQAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=FbsGAAAAQAAJ&pg=PA85&dq=monsieur&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=FbsGAAAAQAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=FbsGAAAAQAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=FbsGAAAAQAAJ&rdid=book-FbsGAAAAQAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Monsieur_Nicolas_ou_Le_coeur_humain_d%C3%A9v.epub?id=FbsGAAAAQAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Monsieur_Nicolas_ou_Le_coeur_humain_d%C3%A9v.pdf?id=FbsGAAAAQAAJ&hl=&output=pdf&sig=ACfU3U0p181GMoPtbgZnOBL42ZiWNHK0sg&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FbsGAAAAQAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Celui - ci devenu mon plus proche ( 1 ) Marie Disson , bru du respectable maître \u003cbr\u003e\nd &#39; école de mon père , était sage - femme , et de l &#39; honnête famille des Disson d &#39; \u003cbr\u003e\nAuxerre . Son père avait eu le titre de \u003cb\u003eMonsieur\u003c/b\u003e Disson , et son frère , quoique&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "nXqw0KYUkLMC",
              "etag": "GvQpM1XDjHQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/nXqw0KYUkLMC",
              "volumeInfo": {
                "title": "LES OEUVRES DE MONSIEUR LE CHEVALIER DE MÉRÉ",
                "subtitle": "QUI CONTIENT SES LETTRES. TOME SECOND",
                "authors": [
                  "Antoine Gombaud Méré (chevalier de)"
                ],
                "publishedDate": "1692",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "NKP:1003600707-001"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.2.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=nXqw0KYUkLMC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=nXqw0KYUkLMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=nXqw0KYUkLMC&pg=PP6&dq=monsieur&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=nXqw0KYUkLMC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=nXqw0KYUkLMC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=nXqw0KYUkLMC&rdid=book-nXqw0KYUkLMC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/LES_OEUVRES_DE_MONSIEUR_LE_CHEVALIER_DE.epub?id=nXqw0KYUkLMC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=nXqw0KYUkLMC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "A \u003cb\u003eMonsieur\u003c/b\u003e Pelot Intendant de Poitou , 59 Let . XIX . A \u003cb\u003eMonsieur\u003c/b\u003e Pascal , 60 Let . \u003cbr\u003e\nXX . A Madame Ferrand , 69 Let . XXI . Réponse de Madame Ferrand . 70 Ler . \u003cbr\u003e\nXXII . A \u003cb\u003eMonsieur\u003c/b\u003e Coftar , 72 Let . XXIII . A Madame *** 77 Let . XXIV . A \u003cb\u003eMonsieur\u003c/b\u003e\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "M41mAAAAcAAJ",
              "etag": "Pz9BzXP1T2g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/M41mAAAAcAAJ",
              "volumeInfo": {
                "title": "Journal des signalées actions de Monsieur de La Mothe-Houdancourt, etc",
                "authors": [
                  "Philippe de LA MOTHE HOUDANCOURT (Duke de Cardona.)"
                ],
                "publishedDate": "1649",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0020972255"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=M41mAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=M41mAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=M41mAAAAcAAJ&pg=PA12&dq=monsieur&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=M41mAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=M41mAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=M41mAAAAcAAJ&rdid=book-M41mAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Journal_des_signal%C3%A9es_actions_de_Monsie.epub?id=M41mAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=M41mAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "qu&#39;il sortiroit du coté de \u003cb\u003eMonsieur\u003c/b\u003e de la Mothe : Pendant cout ce iour les ennemis \u003cbr\u003e\nn&#39;entreprirent tien finondyne sortie que ceux de la ville firent daco . fté des gens d&#39;\u003cbr\u003e\narmes , out l&#39;un de caux de \u003cb\u003eMonsieur\u003c/b\u003e de la Morthe , fut faict prisonnier , son&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "RFqmfwfxamUC",
              "etag": "WY5Kle2IohA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/RFqmfwfxamUC",
              "volumeInfo": {
                "title": "Seconde apologie pour monsieur Iansenius euesque d'Ipre, & pour la doctrine de s. Augustin expliquée dans son liure, intitulé, Augustinus. Contre la response que Monsieur Habert ... a faite à la premiere Apologie, & qu'il a intitulé, la defense de la foy de l'Eglise &. Premiere partie",
                "publishedDate": "1645",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNT:BT000445074"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=RFqmfwfxamUC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=RFqmfwfxamUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=RFqmfwfxamUC&pg=PP27&dq=monsieur&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=RFqmfwfxamUC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=RFqmfwfxamUC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=RFqmfwfxamUC&rdid=book-RFqmfwfxamUC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Seconde_apologie_pour_monsieur_Iansenius.epub?id=RFqmfwfxamUC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=RFqmfwfxamUC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Refutation d&#39;une infigne imposture du Pere Yues , dans un Liure approuuépar M \u003cbr\u003e\nHabert , ou il accuse tres faussement ceux qui fuiüent la Doctrine de saint Auto \u003cbr\u003e\ngustin &amp; de \u003cb\u003eMonsieur\u003c/b\u003e d&#39;Ipre , de tenir que toutes les a £ tions des fidelles qui font\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7dmj-9nlf7gC",
              "etag": "/bPL0aA3Z4c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7dmj-9nlf7gC",
              "volumeInfo": {
                "title": "Contes et Fables, de Monsieur Le Noble. Ouvrage enrichi de Figures (d'Ertinger)...",
                "authors": [
                  "Eustache Le Noble"
                ],
                "publishedDate": "1697",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BML:37001100750830"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 2,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7dmj-9nlf7gC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7dmj-9nlf7gC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=7dmj-9nlf7gC&pg=PP1&dq=monsieur&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7dmj-9nlf7gC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7dmj-9nlf7gC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7dmj-9nlf7gC&rdid=book-7dmj-9nlf7gC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Contes_et_Fables_de_Monsieur_Le_Noble_Ou.epub?id=7dmj-9nlf7gC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Contes_et_Fables_de_Monsieur_Le_Noble_Ou.pdf?id=7dmj-9nlf7gC&hl=&output=pdf&sig=ACfU3U2ekZGPmo5VeK9-JZcEN7s_rbLZyA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7dmj-9nlf7gC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "VuPUFqE3_qYC",
              "etag": "3NGlM3NJWDw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/VuPUFqE3_qYC",
              "volumeInfo": {
                "title": "Secondes remarques sur la seconde lettre de Monsieur Arnauld ... addresees a luy mesme",
                "authors": [
                  "François Péan de La Croullardière"
                ],
                "publishedDate": "1655",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCM:5327666829"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 20,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=VuPUFqE3_qYC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=VuPUFqE3_qYC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=VuPUFqE3_qYC&printsec=frontcover&dq=monsieur&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=VuPUFqE3_qYC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=VuPUFqE3_qYC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=VuPUFqE3_qYC&rdid=book-VuPUFqE3_qYC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Secondes_remarques_sur_la_seconde_lettre.epub?id=VuPUFqE3_qYC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Secondes_remarques_sur_la_seconde_lettre.pdf?id=VuPUFqE3_qYC&hl=&output=pdf&sig=ACfU3U0nxjlXPtmQnKgAYbQGGtj6ZTd-lA&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=VuPUFqE3_qYC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "ky1BAAAAcAAJ",
              "etag": "N/vtXEcr4wI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ky1BAAAAcAAJ",
              "volumeInfo": {
                "title": "Mandement de Monsieur l'Évêque de Namur, pour ordonner des prières publiques pour la protection des armes de S. M. l'Empereur",
                "authors": [
                  "Charles-François-Joseph Pisani de la Gaude (Évêque de Namur)"
                ],
                "publishedDate": "1805",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "GENT:900000110587"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 15,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ky1BAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ky1BAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=ky1BAAAAcAAJ&printsec=frontcover&dq=monsieur&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ky1BAAAAcAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ky1BAAAAcAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ky1BAAAAcAAJ&rdid=book-ky1BAAAAcAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Mandement_de_Monsieur_l_%C3%89v%C3%AAque_de_Namu.epub?id=ky1BAAAAcAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Mandement_de_Monsieur_l_%C3%89v%C3%AAque_de_Namu.pdf?id=ky1BAAAAcAAJ&hl=&output=pdf&sig=ACfU3U2UQrwsmpctQfC90bLDkR67KQdx7w&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ky1BAAAAcAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S007C001] Response returns items with language "fr" 0 1 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S007C001] Response returns items with language "fr"
expected 'en' to deeply equal 'fr'
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token ac9b4683-6242-4806-a70a-d52b7daa36f1
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:01 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "/o+592CV0FY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "lW/jIB2UN9M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "VthvDf8YYw0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "jKANnosGsbE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "2QvRJ/QXl3Q",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "kZftOD35n9I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "5c3rTKpHvwA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "smV+nPc4U0A",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "4yllrqyVuPw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "wW4G7pyVxdg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S007] Valid request format with ```langRestrict``` parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```langRestrict``` parameter is set with a valid value| |```THEN```|**I should get a valid response with items that has a ```language```value matching the requested parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid and each item's ```language``` value matches the input parameter| 1/3 | ```qData```="arcachon"<br>```langRestrict```= "fr"| | | | 2/3 | ```qData```="arcachon"<br>```langRestrict```= "en"| | | | 3/3 | ```qData```="arcachon"<br>```langRestrict```= "no"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=mister&langRestrict=en
Response Information
Response Code: 200 - OK
Mean time per request: 367ms
Mean size per request: 34.25KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 77121fd1-bfb0-4248-ab6d-3c95892cd07b
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:02 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 477,
          "items": [
            {
              "kind": "books#volume",
              "id": "w_Wik3h_k80C",
              "etag": "/5gIWjsX8bU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/w_Wik3h_k80C",
              "volumeInfo": {
                "title": "Mister Punchinello",
                "subtitle": "A Celebrated Glee",
                "authors": [
                  "I. T. Norton"
                ],
                "publishedDate": "1829",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015096383834"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 4,
                "printType": "BOOK",
                "categories": [
                  "Glees, catches, rounds, etc"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.0.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=w_Wik3h_k80C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=w_Wik3h_k80C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=w_Wik3h_k80C&pg=PP4&dq=mister&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=w_Wik3h_k80C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=w_Wik3h_k80C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=w_Wik3h_k80C&rdid=book-w_Wik3h_k80C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=w_Wik3h_k80C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "1. to \u003cb\u003eMister\u003c/b\u003e Pun \u003cb\u003eMister\u003c/b\u003e Punto \u003cb\u003eMister\u003c/b\u003e chi_ \u003cb\u003eMister\u003c/b\u003e chi_ to \u003cb\u003eMister\u003c/b\u003e nel- \u003cb\u003eMister\u003c/b\u003e nelto \u003cbr\u003e\n\u003cb\u003eMister\u003c/b\u003e lo \u003cb\u003eMister\u003c/b\u003e lo1 st time P. 2nd time F. Oh mamma I must be married to \u003cb\u003eMister\u003c/b\u003e \u003cbr\u003e\nPun-chi_nel_lo. chorus. - Oh mamma I must be married to MisterPun-chi_nel_lo."
              }
            },
            {
              "kind": "books#volume",
              "id": "kmajCgAAQBAJ",
              "etag": "adjv2gg3Wck",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/kmajCgAAQBAJ",
              "volumeInfo": {
                "title": "Mister X: Eviction #1",
                "authors": [
                  "Dean Motter"
                ],
                "publisher": "Dark Horse Comics (Single Issues)",
                "publishedDate": "2015-09-09",
                "description": "**Dean Motter's acclaimed series!** Dean Motter and his groundbreaking creation are back in a new series perfect for first-time readers and longtime fans! Radiant City's government has been overtaken in a coup, and only the mysterious Mister X can stop its new masters from using authoritarian psychetecture to remake the minds of every citizen! From visionary artist and designer Dean Motter! A great jumping-on point to the classic series! Features an additional, standalone _Mister X_ tale!",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PKEY:22014"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Comics & Graphic Novels"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.0.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "comicsContent": true,
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=kmajCgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=kmajCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=kmajCgAAQBAJ&pg=PR15&dq=mister&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=kmajCgAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=kmajCgAAQBAJ",
                "seriesInfo": {
                  "kind": "books#volume_series_info",
                  "bookDisplayNumber": "1",
                  "volumeSeries": [
                    {
                      "seriesId": "EcjXFwAAABDH3M",
                      "seriesBookType": "ISSUE",
                      "orderNumber": 1
                    }
                  ]
                }
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=kmajCgAAQBAJ&rdid=book-kmajCgAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_X_Eviction_1-sample-pdf.acsm?id=kmajCgAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=kmajCgAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "\u003cb\u003eMister\u003c/b\u003e X: Eviction fol- lows the events of \u003cb\u003eMister\u003c/b\u003e X: Condemned and \u003cb\u003eMister\u003c/b\u003e X: The \u003cbr\u003e\nVanishing Breed (which appeared in MySpace Dark Horse Presents Volume 5). \u003cbr\u003e\nThings haven&#39;t changed much; the city still drives most of its residents mad."
              }
            },
            {
              "kind": "books#volume",
              "id": "I2ajCgAAQBAJ",
              "etag": "tUUx+BsJlWg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/I2ajCgAAQBAJ",
              "volumeInfo": {
                "title": "Mister X: Eviction #3",
                "authors": [
                  "Dean Motter"
                ],
                "publisher": "Dark Horse Comics (Single Issues)",
                "publishedDate": "2015-11-11",
                "description": "Dean Motter's reintroduction of his classic character comes to a dynamic conclusion, as Mister X's mission to cure Radiant City's madness approaches its deadly end! The new city government, under the control of a devious cabal, seeks to envelop the entire world in a disastrous new conflict. Features an additional standalone tale from Radiant City! A visual treat for those that remember a time that never was.�Ain't It Cool News",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PKEY:22016"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 27,
                "printType": "BOOK",
                "categories": [
                  "Comics & Graphic Novels"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.0.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": true,
                  "imageBubbleVersion": "5c3617d217cda172"
                },
                "comicsContent": true,
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=I2ajCgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=I2ajCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=I2ajCgAAQBAJ&pg=PT25&dq=mister&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=I2ajCgAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=I2ajCgAAQBAJ",
                "seriesInfo": {
                  "kind": "books#volume_series_info",
                  "bookDisplayNumber": "3",
                  "volumeSeries": [
                    {
                      "seriesId": "EcjXFwAAABDH3M",
                      "seriesBookType": "ISSUE",
                      "orderNumber": 3
                    }
                  ]
                }
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=I2ajCgAAQBAJ&rdid=book-I2ajCgAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_X_Eviction_3-sample-pdf.acsm?id=I2ajCgAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=I2ajCgAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Firesign Theatre, I Think We&#39;re All Bozos on This Bus In some ways it doesn&#39;t \u003cbr\u003e\nseem that long ago that \u003cb\u003eMister\u003c/b\u003e X came into being: a mere three decades. But in \u003cbr\u003e\nthose intervening years we&#39;ve seen radical change in publishing technology,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "d7gNAAAAQAAJ",
              "etag": "aSYmDaq9C7o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/d7gNAAAAQAAJ",
              "volumeInfo": {
                "title": "Mister Horn and His Friends, Or, Givers and Giving",
                "authors": [
                  "Mark Guy Pearse"
                ],
                "publishedDate": "1881",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OXFORD:590771609"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 154,
                "printType": "BOOK",
                "categories": [
                  "Children"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=d7gNAAAAQAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=d7gNAAAAQAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=d7gNAAAAQAAJ&pg=PA12&dq=mister&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=d7gNAAAAQAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=d7gNAAAAQAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=d7gNAAAAQAAJ&rdid=book-d7gNAAAAQAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Horn_and_His_Friends_Or_Givers_an.epub?id=d7gNAAAAQAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Horn_and_His_Friends_Or_Givers_an.pdf?id=d7gNAAAAQAAJ&hl=&output=pdf&sig=ACfU3U188osscvvjpP_MCyLO7cLKEJfDzw&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=d7gNAAAAQAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "This personified \u003cb\u003eMister\u003c/b\u003e Horn . And as the two parts suited each other , so well did \u003cbr\u003e\nhis better - half suit \u003cb\u003eMister\u003c/b\u003e Horn . Tall , handsome , and somewhat stately in her \u003cbr\u003e\nways , folks said that she was proud ; but those who knew her best felt that she&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "v7-jCgAAQBAJ",
              "etag": "CxWg/MhucL0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/v7-jCgAAQBAJ",
              "volumeInfo": {
                "title": "Mister X: Razed #1",
                "authors": [
                  "Dean Motter"
                ],
                "publisher": "Dark Horse Comics (Single Issues)",
                "publishedDate": "2013-06-05",
                "description": "**The return of Mister X!** Visionary creator Dean Motter returns with a new masterpiece of retrofuturism! Radiant City is a metropolis as mysterious as its alleged creatorMister X. What should've improved the city left it cursed. Now, Mister X must watch over the City of Dreams turned City of Nightmares, keeping vigil during a holiday season that's anything but jolly. * From visionary artist and designer Dean Motter! * The first issue of a new arc, a great jumping-on point for new readers! Motter has created his own off-beat, stylized cityscape, and even when it engages with contemporary culture it does so in its own unique way.�Comic Book Resources",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PKEY:26658"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 29,
                "printType": "BOOK",
                "categories": [
                  "Comics & Graphic Novels"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.0.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "comicsContent": true,
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=v7-jCgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=v7-jCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=v7-jCgAAQBAJ&pg=PT1&dq=mister&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=v7-jCgAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=v7-jCgAAQBAJ",
                "seriesInfo": {
                  "kind": "books#volume_series_info",
                  "bookDisplayNumber": "1",
                  "volumeSeries": [
                    {
                      "seriesId": "-cfXFwAAABAv0M",
                      "seriesBookType": "ISSUE",
                      "orderNumber": 1
                    }
                  ]
                }
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=v7-jCgAAQBAJ&rdid=book-v7-jCgAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_X_Razed_1-sample-pdf.acsm?id=v7-jCgAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=v7-jCgAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "\u003cb\u003eMister\u003c/b\u003e X, one of Radiant City&#39;s original creators, has returned on a sleepless \u003cbr\u003e\nmission to repair his work and find some manner of salvation for both him and his \u003cbr\u003e\ncity. With his help, and that of Modern Times crime reporter Rosetta Stone, his&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "B46jCgAAQBAJ",
              "etag": "2XzrrdVm2ck",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B46jCgAAQBAJ",
              "volumeInfo": {
                "title": "Mister X: Hard Candy",
                "authors": [
                  "Dean Motter"
                ],
                "publisher": "Dark Horse Comics (Single Issues)",
                "publishedDate": "2013-05-01",
                "description": "Someone has abducted the sole heir to the pharmaceutical company that transformed the City of Dreams into the City of Nightmares. Mister X is hired to find her . . . alive. His paymentall the brain candy he could ever need. Will he trade his principles for this tasty payout, or stay on the path to saving Radiant City?! From visionary artist and designer Dean Motter! A great introduction to the classic series!",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PKEY:23658"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 28,
                "printType": "BOOK",
                "categories": [
                  "Comics & Graphic Novels"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.0.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "comicsContent": true,
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B46jCgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B46jCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B46jCgAAQBAJ&pg=PP3&dq=mister&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B46jCgAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B46jCgAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 1.71,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=B46jCgAAQBAJ&rdid=book-B46jCgAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 1710000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_X_Hard_Candy-sample-pdf.acsm?id=B46jCgAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B46jCgAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As much as I loved Miller and Moore&#39;s work, it was Dean Motter&#39;s \u003cb\u003eMister\u003c/b\u003e X that \u003cbr\u003e\nblew me away. architecture, Bauhaus design, art deco, hot babes, fast cars, new \u003cbr\u003e\nwave music, German expressionist cinema . . . Well, I fell in love. I wanted to live \u003cbr\u003e\nin&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "al8OAAAAQAAJ",
              "etag": "yu2LiuoV5v0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/al8OAAAAQAAJ",
              "volumeInfo": {
                "title": "Mister Fox, by Comus",
                "authors": [
                  "Robert Michael Ballantyne"
                ],
                "publishedDate": "1857",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "OXFORD:590050662"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=al8OAAAAQAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=al8OAAAAQAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=al8OAAAAQAAJ&pg=PP18&dq=mister&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=al8OAAAAQAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=al8OAAAAQAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=al8OAAAAQAAJ&rdid=book-al8OAAAAQAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Fox_by_Comus.epub?id=al8OAAAAQAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Fox_by_Comus.pdf?id=al8OAAAAQAAJ&hl=&output=pdf&sig=ACfU3U04vojVTPcuIgzUpcHyr_4ZMs9-lQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=al8OAAAAQAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The moon&#39;s angry face became a little milder when it thought of the hungry little \u003cbr\u003e\nfoxes, so it threw some more light over the country and said — &quot;An old complaint, \u003cbr\u003e\neh? what was it, \u003cb\u003eMister\u003c/b\u003e Fox?&quot; &quot; I believe that it is called &#39; laziness &#39; by men ; but&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "NaQrAAAAYAAJ",
              "etag": "5pcou9IFrWI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/NaQrAAAAYAAJ",
              "volumeInfo": {
                "title": "Mister Crowley of Central Park",
                "authors": [
                  "Henry S. Fuller"
                ],
                "publishedDate": "1888",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044107347379"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 175,
                "printType": "BOOK",
                "categories": [
                  "Captive chimpanzees"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=NaQrAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=NaQrAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=NaQrAAAAYAAJ&pg=PA62&dq=mister&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=NaQrAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=NaQrAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=NaQrAAAAYAAJ&rdid=book-NaQrAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Crowley_of_Central_Park.epub?id=NaQrAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Mister_Crowley_of_Central_Park.pdf?id=NaQrAAAAYAAJ&hl=&output=pdf&sig=ACfU3U0W7hvEUpNWsy0WEI1rzOxVt_f6BQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=NaQrAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "5BnJhayz4Z0C",
              "etag": "zbRGQSQeBU0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5BnJhayz4Z0C",
              "volumeInfo": {
                "title": "Mungo; or, the Little traveller. [By Mary Mister.] To which is annexed, The Seven Wonders of the World",
                "publishedDate": "1850",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0022484598"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 144,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5BnJhayz4Z0C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5BnJhayz4Z0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=5BnJhayz4Z0C&pg=PA7&dq=mister&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=5BnJhayz4Z0C&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5BnJhayz4Z0C"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=5BnJhayz4Z0C&rdid=book-5BnJhayz4Z0C&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Mungo_or_the_Little_traveller_By_Mary_Mi.epub?id=5BnJhayz4Z0C&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5BnJhayz4Z0C&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              }
            },
            {
              "kind": "books#volume",
              "id": "5pjxDQAAQBAJ",
              "etag": "699RbMqjKaQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/5pjxDQAAQBAJ",
              "volumeInfo": {
                "title": "Mister Miracle (1971-) #3",
                "authors": [
                  "Jack Kirby"
                ],
                "publisher": "DC Comics",
                "publishedDate": "2017-02-09",
                "description": "\"The Paranoid Pill.\" Mister Miracle must escape from a skyscraper, which is made difficult by thousands of brainwashed innocents trying to kill the hero.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "PKEY:T1006900035001"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 36,
                "printType": "BOOK",
                "categories": [
                  "Comics & Graphic Novels"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": true,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": true,
                  "containsImageBubbles": true,
                  "epubBubbleVersion": "550e52ef8225d56a_A",
                  "imageBubbleVersion": "550e52ef8225d56a_A"
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=5pjxDQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=5pjxDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=5pjxDQAAQBAJ&pg=PP1&dq=mister&hl=&cd=10&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=5pjxDQAAQBAJ&dq=mister&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Mister_Miracle_1971_3.html?hl=&id=5pjxDQAAQBAJ",
                "seriesInfo": {
                  "kind": "books#volume_series_info",
                  "bookDisplayNumber": "3",
                  "volumeSeries": [
                    {
                      "seriesId": "sZYXGgAAABCnjM",
                      "seriesBookType": "ISSUE",
                      "orderNumber": 3
                    }
                  ]
                }
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED_FOR_ACCESSIBILITY",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_Miracle_1971_3-sample-epub.acsm?id=5pjxDQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Mister_Miracle_1971_3-sample-pdf.acsm?id=5pjxDQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=5pjxDQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "173 A SAMPLE TAEAP/A A/ory-572&amp;Yaas/Lø/wo- or WITH tooooo, Wavvowo, EX\u003cbr\u003e\n/73--4A/22-2244/, for CAWAE4EAVE/7-44/VE *ZZZooZAM7e573 o EF . s o .; KA/\u003cbr\u003e\nWę §o \u003cb\u003eMISTER\u003c/b\u003e MILRACLE N-&gt; Şso o: A o La - 524/57%5s, 77% of A&amp;E 77%.7s\u003cbr\u003e\n&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S007C001] Response returns items with language "en" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 332ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 2c691df3-e764-45f5-8106-fe12f1e3d9b9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:02 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "KDu0u+00XiU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "1MC7HChA+Hc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "sWXSNb5fxp4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "n9BFMXqpjZU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "JemCfV2BAsE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "smi9lKn6MLo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "Qf3Pmbd3uZ0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "rZEwlDe4Y5U",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "6wyuwB+VluA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "CL5VI86+Gmo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S007] Valid request format with ```langRestrict``` parameter ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|```langRestrict``` parameter is set with a valid value| |```THEN```|**I should get a valid response with items that has a ```language```value matching the requested parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is valid and each item's ```language``` value matches the input parameter| 1/3 | ```qData```="arcachon"<br>```langRestrict```= "fr"| | | | 2/3 | ```qData```="arcachon"<br>```langRestrict```= "en"| | | | 3/3 | ```qData```="arcachon"<br>```langRestrict```= "no"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=da&langRestrict=no
Response Information
Response Code: 200 - OK
Mean time per request: 393ms
Mean size per request: 31.48KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 4c3e0fa7-b330-4201-b6f1-42c34a67115a
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:03 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 963,
          "items": [
            {
              "kind": "books#volume",
              "id": "bYY_AAAAIAAJ",
              "etag": "wR06oVhfzU4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/bYY_AAAAIAAJ",
              "volumeInfo": {
                "title": "Det var da det og itte nå",
                "authors": [
                  "Alf Prøysen"
                ],
                "publishedDate": "1971",
                "description": "A popular contemporary author of adult's and childrens's books recalls his early years.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UCAL:$B136752"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 153,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=bYY_AAAAIAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=bYY_AAAAIAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=bYY_AAAAIAAJ&q=da&dq=da&hl=&cd=1&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=bYY_AAAAIAAJ&dq=da&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Det_var_da_det_og_itte_n%C3%A5.html?hl=&id=bYY_AAAAIAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=bYY_AAAAIAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Og \u003cb\u003eda\u003c/b\u003e hadde vi noe å starte med , hvis det nå bære var kvigkælv . Men det var litt \u003cbr\u003e\nta et lotterispell . Så fekk&#39;n far en lamonge en gong . Den var nå æille sikker på \u003cbr\u003e\nskulle stryke med , men den kom seg og vart stor og trinn og leiken og morosam ."
              }
            },
            {
              "kind": "books#volume",
              "id": "StNJAQAAMAAJ",
              "etag": "3WmHTUKUvcI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/StNJAQAAMAAJ",
              "volumeInfo": {
                "title": "Da Peik skulde gjøre sin lykke",
                "authors": [
                  "Barbra Ring"
                ],
                "publishedDate": "1910",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MINN:31951001040151O"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 80,
                "printType": "BOOK",
                "categories": [
                  "Boys"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.0.2.0.preview.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=StNJAQAAMAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=StNJAQAAMAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=StNJAQAAMAAJ&q=da&dq=da&hl=&cd=2&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=StNJAQAAMAAJ&dq=da&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Da_Peik_skulde_gj%C3%B8re_sin_lykke.html?hl=&id=StNJAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=StNJAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Og \u003cb\u003eda\u003c/b\u003e har han ingen til aa hente pipa . Og han fortalte saa meget morsomt , » sa \u003cbr\u003e\nPeik . « Men du faar gjøre som onkel vil , vet du . Og det han bestemmer er det \u003cbr\u003e\nrigtige , » sa damen . « Ja . En faar ta væra som a er , » sa Peik filosofisk og \u003cbr\u003e\ngnuret&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "g8y_xqPymmAC",
              "etag": "cHyMgnWTmuw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/g8y_xqPymmAC",
              "volumeInfo": {
                "title": "Poetisk Læsebog for Skolernes højere Klasser udg. af H. Lassen",
                "authors": [
                  "Hartvig Lassen"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005793616"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 149,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=g8y_xqPymmAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=g8y_xqPymmAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=g8y_xqPymmAC&pg=PA126&dq=da&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=g8y_xqPymmAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=g8y_xqPymmAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=g8y_xqPymmAC&rdid=book-g8y_xqPymmAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Poetisk_L%C3%A6sebog_for_Skolernes_h%C3%B8jere_K.epub?id=g8y_xqPymmAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=g8y_xqPymmAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Asgaardsreien . grunden , og \u003cb\u003eda\u003c/b\u003e var Alfernes Bolig funden . Som Elven i Dalen \u003cbr\u003e\ngit hans Blod , Ludt gjennem Luften i Natten farer og med fit bankende Bryst han \u003cbr\u003e\nstod et Tog paa skummende forte Sjeste . ved Runestenen i Lunden . I \u003cbr\u003e\nStormgang&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "tbVLAQAAMAAJ",
              "etag": "eOqc3bH8wao",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/tbVLAQAAMAAJ",
              "volumeInfo": {
                "title": "Snorre Sturlesons Norske konger sagaer",
                "authors": [
                  "Snorri Sturluson"
                ],
                "publishedDate": "1838",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "CHI:088346812"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "America"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.4.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=tbVLAQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=tbVLAQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=tbVLAQAAMAAJ&pg=RA1-PA152&dq=da&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=tbVLAQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=tbVLAQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=tbVLAQAAMAAJ&rdid=book-tbVLAQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Snorre_Sturlesons_Norske_konger_sagaer.epub?id=tbVLAQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=tbVLAQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Rogaland \u003cb\u003eDa\u003c/b\u003e nu hildsson , og endeligen Ølmod , Fader til Uskel , hvis Søn var \u003cbr\u003e\nAslak Fitjaspalle , og denne Slægtsstamme var den største og gjæveste i \u003cbr\u003e\nHordaland . \u003cb\u003eDa\u003c/b\u003e nu disse Frænder spurgte den onde Tidende , at Kongen foer \u003cbr\u003e\nostenfra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "R1bTAAAAMAAJ",
              "etag": "thDAOH0W8YM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/R1bTAAAAMAAJ",
              "volumeInfo": {
                "title": "Kirkelig maanedstidende",
                "publishedDate": "1872",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "WISC:89077114858"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Lutheran Church"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=R1bTAAAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=R1bTAAAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=R1bTAAAAMAAJ&pg=RA1-PA323&dq=da&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=R1bTAAAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=R1bTAAAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=R1bTAAAAMAAJ&rdid=book-R1bTAAAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Kirkelig_maanedstidende.epub?id=R1bTAAAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Kirkelig_maanedstidende.pdf?id=R1bTAAAAMAAJ&hl=&output=pdf&sig=ACfU3U2lPJxA3PadyjkyRok7oQMmhngB2w&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=R1bTAAAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Mens Bylten bil ham fast til Jorden fnuge , \u003cb\u003eDa\u003c/b\u003e rynker şimlen rædsomt sine Bryn ; \u003cbr\u003e\nThi over pavet sorte Sfyer ruge , Der splittes nu og \u003cb\u003eda\u003c/b\u003e af sfarpe Lyn ; De brede \u003cbr\u003e\nBølger ville brat ham fluge , - \u003cb\u003eDa\u003c/b\u003e ser paa Klippevæggen han et Syn : En Haand&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "kGQ_AQAAMAAJ",
              "etag": "IHt7BNdvhx8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/kGQ_AQAAMAAJ",
              "volumeInfo": {
                "title": "Prædikener over kirkeaarets evangelier",
                "authors": [
                  "Svend Borchmann Hersleb Walnum"
                ],
                "publishedDate": "1880",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MINN:31951D00106185G"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 509,
                "printType": "BOOK",
                "categories": [
                  "Church year sermons"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.4.5.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=kGQ_AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=kGQ_AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=kGQ_AQAAMAAJ&pg=PA193&dq=da&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=kGQ_AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=kGQ_AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=kGQ_AQAAMAAJ&rdid=book-kGQ_AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Pr%C3%A6dikener_over_kirkeaarets_evangelier.epub?id=kGQ_AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=kGQ_AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Thi dersom han ikke var opstanden , \u003cb\u003eda\u003c/b\u003e var der fundet Svig i hans Mund ; thi han \u003cbr\u003e\nhavde selv sagt , at han skulde paa tredie Dag opstaae fra de Døde ; men dette \u003cbr\u003e\nhans Ord var jo \u003cb\u003eda\u003c/b\u003e ikke blevet opfyldt . Men dersom der endog kun en eneste&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "WfMKAAAAYAAJ",
              "etag": "gn6nPeUpc1w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/WfMKAAAAYAAJ",
              "volumeInfo": {
                "title": "Norsk retstidende",
                "publishedDate": "1889",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044059497834"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Law"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.4.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=WfMKAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=WfMKAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=WfMKAAAAYAAJ&pg=PA119&dq=da&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=WfMKAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=WfMKAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=WfMKAAAAYAAJ&rdid=book-WfMKAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Norsk_retstidende.epub?id=WfMKAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Norsk_retstidende.pdf?id=WfMKAAAAYAAJ&hl=&output=pdf&sig=ACfU3U1SJ4AVvbD3xCgWobjW2-a_BbFiJg&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=WfMKAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Han erindrer itfe nøiere Tiden for Afreisen , men han har dog erklæret saavel for \u003cbr\u003e\nLarsen som for Assistent Jahr , at han selv holdt op at arbeide paa Myren den 16 \u003cbr\u003e\nMai 1868 , og at Ungi . \u003cb\u003eda\u003c/b\u003e var reist en Tid forud . San vidste iffe , hvor Angi&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "uq_RDwAAQBAJ",
              "etag": "5IizjkNsVGg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/uq_RDwAAQBAJ",
              "volumeInfo": {
                "title": "Da jeg var ingen",
                "authors": [
                  "Marie Haglund Dahl"
                ],
                "publisher": "Forlagshuset Vest",
                "publishedDate": "2020-01-31",
                "description": "Marigull ønsker å bryte ut av et destruktivt samboerskap på Grünerløkka, men hindres av sosiale forventinger. Hun er rastløs og drømmer om en bachelorgrad, men i sin søken etter en utdannelse mister hun grepet og blir innlagt på psykiatrisk sykehus. Marigull blir nødt til å sette både livet og drømmene sine på vent i håp om å bli frisk. Men det viser seg å være svært vanskelig å vende tilbake til en normal tilværelse. Marigull må ikke bare kjempe mot samfunnets tabuer og fordommer, hun må også krige mot seg selv. Det blir en seig og pinefull kamp som nesten koster henne livet. Marie Haglund Dahl, f. 1992, er vokst opp og bosatt i Oslo. Kreativiteten har hun hatt i seg fra hun var barn; hun tegner, maler og skriver. Hun er en mørk sjel, som kan være like lysende og fargerik som skyggefull. Hun har alltid vært en drømmer, konstant på søken etter magi i et magiløst univers. Da jeg var ingen er hennes første roman.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9788284160177"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "828416017X"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 180,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=uq_RDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=uq_RDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=uq_RDwAAQBAJ&pg=PT101&dq=da&hl=&cd=8&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=uq_RDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=uq_RDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 19,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 13.3,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=uq_RDwAAQBAJ&rdid=book-uq_RDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 19000000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 13300000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Da_jeg_var_ingen-sample-epub.acsm?id=uq_RDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Da_jeg_var_ingen-sample-pdf.acsm?id=uq_RDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=uq_RDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "\u003cb\u003eDa\u003c/b\u003e den lille jenta var fire år, snakket hun hele tiden, konstant, intenst og \u003cbr\u003e\nusammenhengende. \u003cb\u003eDa\u003c/b\u003e hun var fem år spiste hun mormors kringler med \u003cbr\u003e\nmelisglasur uten å være redd etterpå. \u003cb\u003eDa\u003c/b\u003e hun var seks år fikk hun elveblest over \u003cbr\u003e\nhele kroppen,&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "6mHmBgAAQBAJ",
              "etag": "2kKhA2w1XtM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/6mHmBgAAQBAJ",
              "volumeInfo": {
                "title": "Da Vinci-koden",
                "authors": [
                  "Dan Brown"
                ],
                "publisher": "Bazarforlag AS",
                "publishedDate": "2012-10-03",
                "description": "\"En riktig godbit for oss som elsker kombinasjonen av mystikk, spenning, historie, vitenskap og ville konspirasjonsteorier.\" May Grethe Lerum, VG \"Knallperler av spenning ... omtrent som Umberto Eco på anabole steroider.\" Per Haddal, Aftenposten \"Forrykende og informativ ... researchmessig bortimot et mesterverk.\" Kurt Hanssen, Dagbladet \"Omtrent som om Agatha Christie og Umberto Eco skulle ha skrevet en ny Harry Potter - sammen!\" Lars Helge Nilsen, Bergens Tidende.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9788280874177"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "8280874178"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 639,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": true,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=6mHmBgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=6mHmBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=6mHmBgAAQBAJ&pg=PT146&dq=da&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=6mHmBgAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=6mHmBgAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 15,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 10.5,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=6mHmBgAAQBAJ&rdid=book-6mHmBgAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 15000000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 10500000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Da_Vinci_koden-sample-epub.acsm?id=6mHmBgAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Da_Vinci_koden-sample-pdf.acsm?id=6mHmBgAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=6mHmBgAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "«\u003cb\u003eDa\u003c/b\u003e Vinci malte horisonten på venstre side vesentlig lenger ned enn på høyre \u003cbr\u003e\nside.» «Rabla det helt for ham?» spurte en av de innsatte. Langdon flirte. «Nei, \u003cbr\u003e\ndet gjorde det sjelden for \u003cb\u003eda\u003c/b\u003e Vinci. Det dreier seg faktisk om et bevisst, lite triks fra\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "40kQAAAAYAAJ",
              "etag": "Un8VGjHyYS8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/40kQAAAAYAAJ",
              "volumeInfo": {
                "title": "Folkevennen",
                "subtitle": "et tidsskrift",
                "authors": [
                  "Eilert Lund Sundt",
                  "Michael Johan Færden",
                  "Hartvig Marcus Lassen"
                ],
                "publishedDate": "1862",
                "description": "A magazine containing articles on a variety of topics intended to educate the Norwegian working class.",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044105214241"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "categories": [
                  "Norway"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=40kQAAAAYAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=40kQAAAAYAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "no",
                "previewLink": "http://books.google.fr/books?id=40kQAAAAYAAJ&pg=PA195&dq=da&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=40kQAAAAYAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=40kQAAAAYAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=40kQAAAAYAAJ&rdid=book-40kQAAAAYAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Folkevennen.epub?id=40kQAAAAYAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Folkevennen.pdf?id=40kQAAAAYAAJ&hl=&output=pdf&sig=ACfU3U3CMmBIvs_DYrpyiuxUCRCg4wzjwQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=40kQAAAAYAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "\u003cb\u003eDa\u003c/b\u003e dæ naa lei saa langt , at dæ vart bygt Kjørtje , der , 49 Klutten bar te laate , faa \u003cbr\u003e\ntyft&#39;n dee va : best ad fløtja derefraa . Saa reist&#39;n \u003cb\u003eda\u003c/b\u003e aat Streibergom , utmc \u003cbr\u003e\nMjøsen , ga sætte le ne at der . \u003cb\u003eDa\u003c/b\u003e&#39;n va paa Reisen ga va komme nie Dalne \u003cbr\u003e\nStylfjy&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S007C001] Response returns items with language "no" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 387ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token b39fedbd-6959-4560-9704-f4797b662635
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:03 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "oNYQUHbozRE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "n4VElWcPMDU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "ew4RXHK0sRA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "NjuuOBk8mmA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "eXNArL0At/I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "LPpJWUUIHg0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "iWP7xBbg/EM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "kg8Yy62Mk3w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "InN64UP+mug",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "Wjwgk6D/MSM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S089] Valid request format with NOT valid parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|My parameter(s) is/are not valid| |```THEN```|**I should get 400 response with error msg containig mention of the invalid parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is not valid and has error msg mentionning the invalid parameter| 1/3 | ```qData```="arcachon"<br>```parameter```= "orderBy"<br>```value```= "xxx"| | | |2/3 | ```qData```="arcachon"<br>```parameter```= "maxResults"<br>```value```= "xxx"| | | |3/3 | ```qData```="arcachon"<br>```parameter```= "startIndex"<br>```value```= "xxx"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&orderBy=xxx
Response Information
Response Code: 400 - Bad Request
Mean time per request: 112ms
Mean size per request: 416B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 9eff0fe9-7383-4168-90eb-41ec52b12030
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:03 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 400,
            "message": "Invalid value at 'order_by' (type.googleapis.com/books.api.proto.frontend.v1.BooksVolumesListRequest.OrderBy), \"xxx\"",
            "errors": [
              {
                "message": "Invalid value at 'order_by' (type.googleapis.com/books.api.proto.frontend.v1.BooksVolumesListRequest.OrderBy), \"xxx\"",
                "reason": "invalid"
              }
            ],
            "status": "INVALID_ARGUMENT"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S089C001] Response is code "400" with error msg containing "order_by" for orderBy value of "xxx" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 38187489-1574-4cea-a167-0eb97969b9a9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:04 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "G2+zfRsIjII",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "rE7akG0J7XU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "KQ8CbHdk3qM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "vHR9K4/A1Vo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "OiuYSO6rvJI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "R6wYtdWJ6s4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "RRhRU8i0IRs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "FAdBe5FwJLo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "TiCypioqrl0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "0rFtvaYr49I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S089] Valid request format with NOT valid parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|My parameter(s) is/are not valid| |```THEN```|**I should get 400 response with error msg containig mention of the invalid parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is not valid and has error msg mentionning the invalid parameter| 1/3 | ```qData```="arcachon"<br>```parameter```= "orderBy"<br>```value```= "xxx"| | | |2/3 | ```qData```="arcachon"<br>```parameter```= "maxResults"<br>```value```= "xxx"| | | |3/3 | ```qData```="arcachon"<br>```parameter```= "startIndex"<br>```value```= "xxx"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&maxResults=xxx
Response Information
Response Code: 400 - Bad Request
Mean time per request: 114ms
Mean size per request: 286B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 902facac-1425-403c-a062-9c4d4ff507d5
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:04 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 400,
            "message": "Invalid value at 'max_results' (TYPE_UINT32), \"xxx\"",
            "errors": [
              {
                "message": "Invalid value at 'max_results' (TYPE_UINT32), \"xxx\"",
                "reason": "invalid"
              }
            ],
            "status": "INVALID_ARGUMENT"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S089C001] Response is code "400" with error msg containing "max_results" for maxResults value of "xxx" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 427ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token aa00ae89-4785-4e4d-8eec-9dc088071274
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:04 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "O+UhUH4+fBg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "9eDqBAJyMHA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "4lU9Sfs//sY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "RIKcmdctxq8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "aQo6oVsr0r4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "iCEhoqGrOKk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "Eiynm4kkWV0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "ha38VFXHGuk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "OodJV5Ngqis",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "jZIVZXohxHY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S089] Valid request format with NOT valid parameters ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint | |```AND```|My parameter(s) is/are not valid| |```THEN```|**I should get 400 response with error msg containig mention of the invalid parameter** | ### 1 test case : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response is not valid and has error msg mentionning the invalid parameter| 1/3 | ```qData```="arcachon"<br>```parameter```= "orderBy"<br>```value```= "xxx"| | | |2/3 | ```qData```="arcachon"<br>```parameter```= "maxResults"<br>```value```= "xxx"| | | |3/3 | ```qData```="arcachon"<br>```parameter```= "startIndex"<br>```value```= "xxx"|
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=arcachon&startIndex=xxx
Response Information
Response Code: 400 - Bad Request
Mean time per request: 112ms
Mean size per request: 286B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 6de6b1f6-a589-46cd-bd29-61f7711ebcff
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:04 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 400,
            "message": "Invalid value at 'start_index' (TYPE_UINT32), \"xxx\"",
            "errors": [
              {
                "message": "Invalid value at 'start_index' (TYPE_UINT32), \"xxx\"",
                "reason": "invalid"
              }
            ],
            "status": "INVALID_ARGUMENT"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S089C001] Response is code "400" with error msg containing "start_index" for startIndex value of "xxx" 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 292bb8cd-9b4c-4c6b-aa6a-599de485704f
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:05 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "uavQ8YYdzlI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "0rkaIINARac",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "2/xagkvzg4M",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "RVBC5m6sh/w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "pg44lj+S4H0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "MuCwjY9iUfw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "inSmSjOxZcE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "RuQNC5QSDMI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "wSPwsqPxSfg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "4yeNclZQd6o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S101] Minimal valid request for a book ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for book by id with valid endpoint| |```AND```|The id is valid | |```THEN```|**I should get a valid response** | ### 2 test cases : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response has "200" Status code | 1 | | ```[C002]``` | Response object has all expected properties | 1 | **Datas :** - ```bookId``` = B3hOv6y9_dcC
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC
Response Information
Response Code: 200 - OK
Mean time per request: 131ms
Mean size per request: 3.66KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token bc84fe6d-93ee-4130-9ab3-fecd1bfbb5c1
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:05 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volume",
          "id": "B3hOv6y9_dcC",
          "etag": "GPrUhcr/Jo8",
          "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
          "volumeInfo": {
            "title": "Akim-foo",
            "subtitle": "The History of a Failure",
            "authors": [
              "Sir William Francis Butler"
            ],
            "publisher": "S. Low, Marston, Low, & Searle",
            "publishedDate": "1876",
            "readingModes": {
              "text": false,
              "image": true
            },
            "pageCount": 300,
            "printedPageCount": 356,
            "dimensions": {
              "height": "23.00 cm"
            },
            "printType": "BOOK",
            "maturityRating": "NOT_MATURE",
            "allowAnonLogging": false,
            "contentVersion": "0.1.2.0.full.1",
            "panelizationSummary": {
              "containsEpubBubbles": false,
              "containsImageBubbles": false
            },
            "imageLinks": {
              "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&imgtk=AFLRE73o8L3xeTGfFR-1k0fh1tbxsvaR3hNmgdIrvp4xZmbTU_UWdhZjs1xzkcNA0DUcwPSJhs6zpIGdqFEdvi_8XLgG4sC-auR1H5s0Y-HWOTCjH-AIyE4gg4hGWtg5GbiqMMEp8AyL&source=gbs_api",
              "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE70xOw6-1yPiTpp385qzuVlfPdvl4H_sVQDIFEZyHCKlkBJ5TuzdVF0ZC5BDNPd8z1TcUtprtguWvQmvzWfQR0pLL67iflsTzB9tmTyMBdBJf4k-cTQcb8_mJod7_DvTBrxEYhCY&source=gbs_api",
              "small": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=2&edge=curl&imgtk=AFLRE72IJ9WVcvrdfsbqYqI70IzGj-HmSXq7g0Hf_Xg2_h2110YcgwZEgj8ZEb8rVjCTLDVuHjx9pTKktzrfChcXqPX4xFAdk7NpZ4IgEtmdzbX-kMjOJe1b3nlDb8-rDTLl7drN9f38&source=gbs_api",
              "medium": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=3&edge=curl&imgtk=AFLRE71qu7qjfKZHjf_aXzi6tKS-uLxGyct0okdiVP-a2CzAbftXbABKBiBtCoWDfz9qi50bYYreiWO38fqkkP24IMxyM8cUdVI6IgpyR43-m_tHYIvUJQUpw7s_2UTiWaVMzOuqAAS0&source=gbs_api",
              "large": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=4&edge=curl&imgtk=AFLRE73c3opcelyvqyZLbT439PGomCrlC4lyq7gjKJhwLmWrIjU5cObtkqdlWS-RpKuly1XHYkGkJZ_hkrQ1nK-lUdJ8oD19qHqG_6ebDZPDOgyac0fkmw8H2jiTCvViehDxtnr4c3-f&source=gbs_api",
              "extraLarge": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=6&edge=curl&imgtk=AFLRE71o70TPfzAApkRsyy7DqVQWWv8GSRMDwOIHXcUnRos4SWTP24UX-FpBNIzYGGLMJQ1cqEGq2GbCLPbYiCRgRJduYWL4qs-4yb3L4chXlOrhKRfsiqdM-SOo7cwFgA9c_D6uY774&source=gbs_api"
            },
            "language": "en",
            "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&hl=&source=gbs_api",
            "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
            "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
          },
          "saleInfo": {
            "country": "FR",
            "saleability": "FREE",
            "isEbook": true,
            "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
          },
          "accessInfo": {
            "country": "FR",
            "viewability": "ALL_PAGES",
            "embeddable": true,
            "publicDomain": true,
            "textToSpeechPermission": "ALLOWED",
            "epub": {
              "isAvailable": false,
              "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
            },
            "pdf": {
              "isAvailable": true,
              "downloadLink": "http://books.google.fr/books/download/Akim_foo.pdf?id=B3hOv6y9_dcC&hl=&output=pdf&sig=ACfU3U1hFNkz_0n5SNM9ig10mdtQCcTIfQ&source=gbs_api"
            },
            "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
            "accessViewStatus": "FULL_PUBLIC_DOMAIN",
            "quoteSharingAllowed": false
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S00] response time is below 400ms 1 0 0
[S101C001] response has 200 status 1 0 0
[S101C002] Response object has all expected properties 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 339ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 59996ad3-9b78-45f4-ae64-993d04662930
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:05 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "GUBwXyKw20k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "6ANom0yX81c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "u3W+2jVDbos",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "oEQLecpsSOM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "Oo9J3TF+rJk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "AcK2zJir7Eo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "Uoi/AnRCP4s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "z8JssQuZIyg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "d928izSr9A4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "5T3FtIxWvF8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL: http://books.google.fr/books?id=B3hOv6y9_dcC&hl=&source=gbs_api
Response Information
Response Code: 200 - OK
Mean time per request: 848ms
Mean size per request: 54.3KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 1cce6ee7-9bcd-44ee-a54c-9aa77d5d15d3
Host books.google.fr
Accept-Encoding gzip, deflate, br
Connection keep-alive
Referer http://books.google.fr/books?id=B3hOv6y9_dcC&hl=&source=gbs_api
Cookie NID=212=W6x7YvGelTImftbLStaYFZiQpeO0Om0O2WQQj_kTBiCHLRdHTMf5Dm_bsBHNrdlzr-BBGEch8r9syu9fGWOuRDEr4U7mN5XOguf1v5LvOKi3X0KQ6VYboaPHUOYg0Ym8aCe3-Bj0g-h0XoB9YwtK5Z7XgHffowaqFAWrjsW7tXc
Response Headers
Header NameHeader Value
Date Tue, 06 Apr 2021 14:12:06 GMT
Expires Tue, 06 Apr 2021 14:12:06 GMT
Cache-Control private, max-age=0
X-Frame-Options SAMEORIGIN
X-XSS-Protection 1; mode=block
Strict-Transport-Security max-age=604800
Content-Type text/html; charset=ISO-8859-1
X-Content-Type-Options nosniff
Content-Encoding gzip
Server OFE/0.1
Set-Cookie CONSENT=PENDING+394; expires=Fri, 01-Jan-2038 00:00:00 GMT; path=/; domain=.google.fr
P3P CP="This is not a P3P policy! See g.co/p3phelp for more info."
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
<!DOCTYPE html><html><head><title>Akim-foo: The History of a Failure - Sir William Francis Butler - Google Livres</title><link rel="stylesheet" href="/books/css/_f11699d905c03f1abb40ded2c32fc351/kl_about_this_book_kennedy_full_bundle.css" type="text/css" /><script src="/books/javascript/atb_f11699d905c03f1abb40ded2c32fc351__fr.js"></script><link rel="canonical" href="https://books.google.com/books/about/Akim_foo.html?hl=fr&amp;id=B3hOv6y9_dcC"/><meta property="og:url" content="https://books.google.com/books/about/Akim_foo.html?hl=fr&amp;id=B3hOv6y9_dcC"/><meta name="title" content="Akim-foo"/><meta name="description" content=""/><meta property="og:title" content="Akim-foo"/><meta property="og:type" content="book"/><meta property="og:site_name" content="Google Books"/><meta property="og:image" content="https://books.google.fr/books/content?id=B3hOv6y9_dcC&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE71bfahz--0pPrL78TJXHBpF417DoyQfUMga6r0_7bfLjlw_OCdizXfWT16lj85DTrGRem55A_aZf0n3T6JiJzFQJH0sC83SrhkEgxXZFluKYxkID-rvS3Y8lCXeI6KogGHX5Rjt"/><link rel="image_src" href="https://books.google.fr/books/content?id=B3hOv6y9_dcC&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE71bfahz--0pPrL78TJXHBpF417DoyQfUMga6r0_7bfLjlw_OCdizXfWT16lj85DTrGRem55A_aZf0n3T6JiJzFQJH0sC83SrhkEgxXZFluKYxkID-rvS3Y8lCXeI6KogGHX5Rjt"/><script></script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
        
        #gbar { padding:.3em .6em !important;}</style></head><body ><div id=gbar><nobr><a target=_blank class=gb1 href="https://www.google.fr/search?tab=pw">Recherche</a> <a target=_blank class=gb1 href="https://www.google.fr/search?hl=fr&tbm=isch&source=og&tab=pi">Images</a> <a target=_blank class=gb1 href="https://maps.google.fr/maps?hl=fr&tab=pl">Maps</a> <a target=_blank class=gb1 href="https://play.google.com/?hl=fr&tab=p8">Play</a> <a target=_blank class=gb1 href="https://www.youtube.com/results?gl=FR&tab=p1">YouTube</a> <a target=_blank class=gb1 href="https://news.google.com/?tab=pn">Actualit�s</a> <a target=_blank class=gb1 href="https://mail.google.com/mail/?tab=pm">Gmail</a> <a target=_blank class=gb1 href="https://drive.google.com/?tab=po">Drive</a> <a target=_blank class=gb1 style="text-decoration:none" href="https://www.google.fr/intl/fr/about/products?tab=ph"><u>Plus</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a target=_top id=gb_70 href="https://www.google.com/accounts/Login?service=print&continue=https://books.google.fr/books%3Fid%3DB3hOv6y9_dcC%26hl%3Dfr%26source%3Dgbs_api&hl=fr&ec=GAZACg" class=gb4>Connexion</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div><div role="alert" style="position: absolute; left: 0; right: 0;"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;hl=fr&amp;source=gbs_api&amp;output=html_text" title="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran." target="_top"><img border="0" src="//www.google.com/images/cleardot.gif"alt="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran."></a></div><div class="kd-appbar"><h2 class="kd-appname"><a href="/books?hl=fr">Livres</a></h2><div class="kd-buttonbar left" id="left-toolbar-buttons"><a id="appbar-write-review-link" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DB3hOv6y9_dcC%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr"></a><a id="appbar-view-print-sample-link" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_atb"></a><a id="appbar-view-ebook-sample-link" href="https://play.google.com/books/reader?id=B3hOv6y9_dcC&amp;hl=fr&amp;printsec=frontcover&amp;source=gbs_atb"></a><a id="appbar-patents-prior-art-finder-link" href=""></a><a id="appbar-patents-discuss-this-link" href="" data-is-grant=""></a><a id="appbar-read-patent-link" href=""></a><a id="appbar-download-pdf-link" href=""></a></div><div class="kd-buttonbar right" id="right-toolbar-buttons"></div></div><div style="display: none"><ol id="ofe-gear-menu-contents" class="gbmcc"><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlibrary%26hl%3Dfr&amp;hl=fr">Ma biblioth�que</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="http://books.google.fr/support/topic/4359341?hl=fr-FR">Aide</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/advanced_book_search?hl=fr">Recherche Avanc�e de Livres</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&amp;hl=fr&amp;output=epub">T�l�charger ePub</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/books/download/Akim_foo.pdf?id=B3hOv6y9_dcC&amp;hl=fr&amp;output=pdf&amp;sig=ACfU3U1hFNkz_0n5SNM9ig10mdtQCcTIfQ">T�l�charger le PDF</a></li></ol></div><div id="volume-main"><div id="volume-left"><div id=menu_container ><div id="menu_scroll_wrapper"><div id="menu_scroll" role="navigation"><div id="gb-get-book-container"><a href="https://play.google.com/store/books/details?id=B3hOv6y9_dcC&amp;rdid=book-B3hOv6y9_dcC&amp;rdot=1" id="gb-get-book-content">E-book - GRATUIT</a></div><p id="gb-buy-options-trigger" class="gb-buy-options-link">Obtenir la version papier de ce livre</p><h3 class=about_title><a name="buy_anchor"></a></h3><div id=buy class=about_content><div id=buy_v><ul style="list-style-type: none; padding-left: 0; margin: 0;"><li><a style="white-space:normal" href="http://www.abebooks.fr/servlet/SearchResults?tn=Akim-foo" dir=ltr onMouseOver="this.href='http://www.abebooks.fr/servlet/SearchResults?tn\x3dAkim-foo';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'AbeBooks.fr');this.href='/url?client\x3dca-google-gppd\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dB3hOv6y9_dcC\x26q\x3dhttp://www.abebooks.fr/servlet/SearchResults%3Ftn%3DAkim-foo\x26usg\x3dAOvVaw3AG2-JnoedkEkgnk0wwr6G\x26source\x3dgbs_buy_r';return true"><span dir=ltr>AbeBooks.fr</span></a></li><li><a style="white-space:normal" href="http://www.chapitre.com/frame_rec.asp?donnee_appel=PRINTGOOGLE&amp;titre=Akim-foo" dir=ltr onMouseOver="this.href='http://www.chapitre.com/frame_rec.asp?donnee_appel\x3dPRINTGOOGLE\x26titre\x3dAkim-foo';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Chapitre.com');this.href='/url?client\x3dca-google-gppd\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dB3hOv6y9_dcC\x26q\x3dhttp://www.chapitre.com/frame_rec.asp%3Fdonnee_appel%3DPRINTGOOGLE%26titre%3DAkim-foo\x26usg\x3dAOvVaw0ilqwvsspvgcZLPjIdq_R7\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Chapitre.com</span></a></li><li><hr style="margin-right: 20%; color: #666;"></li><li><a style="white-space:normal" href="https://books.google.fr/url?id=B3hOv6y9_dcC&amp;q=http://worldcat.org/oclc/1027095123&amp;clientid=librarylink&amp;usg=AOvVaw33xoe-awBpEo8K9rilKfXc&amp;source=gbs_buy_r"onclick="_OC_analyticsTrack('Shop', 'Click', 'Trouver ce livre dans une biblioth�que')"><span dir=ltr>Trouver ce livre dans une biblioth�que</span></a></li><li><a class="secondary" style="white-space:normal" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;sitesec=buy&amp;hl=fr&amp;source=gbs_buy_r" id="get-all-sellers-link"><span dir=ltr>Tous les vendeurs</span>&nbsp;&raquo;</a></li></ul></div></div><div class=menu id=menu><div class="menu_content" style="margin-bottom:6px"><div style="margin-bottom:4px"></div><div style="margin-bottom:3px"></div><div></div></div></div><div><div id="navbarContainer" class="gb-navbar"></div><script>_OC_InitNavbar({"child_node":[{"title":"Ma biblioth�que","url":"https://books.google.fr/books?uid=114584440181414684107\u0026hl=fr\u0026source=gbs_lp_bookshelf_list","id":"my_library","collapsed":true},{"title":"Mon historique","url":"","id":"my_history","collapsed":true},{"title":"Livres sur Google�Play","url":"https://play.google.com/store/books","id":"ebookstore","collapsed":true}],"highlighted_node_id":""});</script></div></div></div></div></div><div id="volume-center"><div id="scroll_atb" role="main"><div class=vertical_module_list_row><div id=ge_summary class=about_content><div id=ge_summary_v><div class="hproduct"><table id="summary_content_table" cellspacing=0 cellpadding=0><tr><td id="bookinfo"><h1 class="booktitle"><span class="fn"><span dir=ltr>Akim-foo</span></span>: <span class="subtitle"><span dir=ltr>The History of a Failure</span></span></h1><div class="bookcover"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_ge_summary_r&amp;cad=0" ><img src="https://books.google.fr/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE721e7TkT3UhnngX4F3NQzI-V5jc_Anc8ICpjCUW00IemiSMk8uuuP0UZFhGdekWY7CsVfc_zoXUBweOaIjcjxWCoKUKkqZlnsWQzp5G0Gk5CigO_G3PVvMSYHnzZHFrLxIccbEG" alt="Couverture" title="Couverture" width=128 border=1 id=summary-frontcover ></a></div><div class="bookinfo_sectionwrap"><div><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Sir+William+Francis+Butler%22" class="secondary"><span dir=ltr>Sir William Francis Butler</span></a></div><div><span dir=ltr>S. Low, Marston, Low, &amp; Searle</span>, 1876 - <span dir=ltr>300 pages</span></div><div class="reviewaggregate hreview-aggregate"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;hl=fr&amp;sitesec=reviews" aria-label="Note moyenne attribu�e par les utilisateurs - Aucun avis"><span class="gb-star-off goog-inline-block rating"><span class="value-title" title="0.0"></span></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span></a> <span class="num-ratings"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;hl=fr&amp;sitesec=reviews" class="sbs-count secondary"><span class="count">0</span> Avis</a></span></div></div><div class="search_box_wrapper"><form action=/books id=search_form style="margin:0px;padding:0px;" method=get> <input type=hidden name="hl" value="fr"><input type=hidden name="id" value="B3hOv6y9_dcC"><table cellpadding=0 cellspacing=0 class="swv-table"><tr><td class="swv-td-search"><span><input id=search_form_input type=text maxlength=1024 class="text_flat swv-input-search" aria-label="Rechercher dans ce livre" name=q value="" title="Chercher dedans" accesskey=i></span></td><td class="swv-td-space"><div>&nbsp;</div></td><td><input type=submit value="Chercher dedans"></td></tr></table><script type="text/javascript">if (window['_OC_autoDir']) {_OC_autoDir('search_form_input');}</script></form><div id="preview-link"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;printsec=frontcover&amp;hl=fr" class="primary"><span dir=ltr>Aper�u du livre</span> &raquo;</a></div></div></td> </tr></table><div id="summary-second-column"></div></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="reviews_ge_anchor"></a>Avis des internautes&nbsp;<span class='dash'>-</span>&nbsp;<a href='https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DB3hOv6y9_dcC%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr' class='primary write-review' id='write-review-link'>R�diger un commentaire</a></h3><div id=reviews_ge class=about_content><div id=reviews_ge_v><div id="histogram-container"></div><div>Aucun commentaire n&#39;a �t� trouv� aux emplacements habituels.</div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="selected_pages_anchor"></a>Pages s�lectionn�es</h3><div id=selected_pages class=about_content><div id=selected_pages_v><div class="selectedpagesthumbnail"><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PP7&amp;hl=fr&amp;source=gbs_selected_pages&amp;cad=2" ><img src="https://books.google.fr/books/content?id=B3hOv6y9_dcC&amp;pg=PP7&amp;img=1&amp;zoom=1&amp;sig=ACfU3U1xhaEk12YYQHug7765Dokr0vjMWw" alt="Page de titre" title="Page de titre" height="160" border="1"></a><br/><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PP7&amp;hl=fr&amp;source=gbs_selected_pages&amp;cad=2" >Page de titre</a></div><div style="clear:both;"></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="toc_anchor"></a>Table des mati�res</h3><div id=toc class=about_content><div id=toc_v><div class="first_toc_column"><div class="first_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA1&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 1" style="white-space:nowrap"><span dir=ltr>Section 1</span></span></a></div></td><td class="toc_number" align=right>1</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA11&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 2" style="white-space:nowrap"><span dir=ltr>Section 2</span></span></a></div></td><td class="toc_number" align=right>11</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA19&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 3" style="white-space:nowrap"><span dir=ltr>Section 3</span></span></a></div></td><td class="toc_number" align=right>19</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA35&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 4" style="white-space:nowrap"><span dir=ltr>Section 4</span></span></a></div></td><td class="toc_number" align=right>35</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA51&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 5" style="white-space:nowrap"><span dir=ltr>Section 5</span></span></a></div></td><td class="toc_number" align=right>51</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA65&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 6" style="white-space:nowrap"><span dir=ltr>Section 6</span></span></a></div></td><td class="toc_number" align=right>65</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA70&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 7" style="white-space:nowrap"><span dir=ltr>Section 7</span></span></a></div></td><td class="toc_number" align=right>70</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA85&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 8" style="white-space:nowrap"><span dir=ltr>Section 8</span></span></a></div></td><td class="toc_number" align=right>85</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><div class="second_toc_column"><div class="second_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA155&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 11" style="white-space:nowrap"><span dir=ltr>Section 11</span></span></a></div></td><td class="toc_number" align=right>155</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA182&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 12" style="white-space:nowrap"><span dir=ltr>Section 12</span></span></a></div></td><td class="toc_number" align=right>182</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA202&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 13" style="white-space:nowrap"><span dir=ltr>Section 13</span></span></a></div></td><td class="toc_number" align=right>202</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA230&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 14" style="white-space:nowrap"><span dir=ltr>Section 14</span></span></a></div></td><td class="toc_number" align=right>230</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA247&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 15" style="white-space:nowrap"><span dir=ltr>Section 15</span></span></a></div></td><td class="toc_number" align=right>247</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA252&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 16" style="white-space:nowrap"><span dir=ltr>Section 16</span></span></a></div></td><td class="toc_number" align=right>252</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA253&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 17" style="white-space:nowrap"><span dir=ltr>Section 17</span></span></a></div></td><td class="toc_number" align=right>253</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=RA1-PA1&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 18" style="white-space:nowrap"><span dir=ltr>Section 18</span></span></a></div></td><td class="toc_number" align=right>1</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><br style="clear:both;"/></div><span onclick="_OC_setListSectionVisible('toc_h', 1)" class=morelesslink id=toc_hc0 style="display:none"><br>Plus</span><div id=toc_hd1><div class="first_toc_column"><div class="first_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA113&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 9" style="white-space:nowrap"><span dir=ltr>Section 9</span></span></a></div></td><td class="toc_number" align=right>113</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=PA135&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 10" style="white-space:nowrap"><span dir=ltr>Section 10</span></span></a></div></td><td class="toc_number" align=right>135</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><div class="second_toc_column"><div class="second_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;pg=RA1-PT3&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 19" style="white-space:nowrap"><span dir=ltr>Section 19</span></span></a></div></td><td class="toc_number" align=right></td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><br style="clear:both;"/><span onclick="_OC_setListSectionVisible('toc_h', 0)" class=morelesslink id=toc_hc1 style="display:none"><br>Moins</span></div><script type="text/javascript">if (window['_OC_setListSectionVisible']) {_OC_setListSectionVisible('toc_h', 0);}</script></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="book_other_versions_anchor"></a>Autres �ditions - <a href='https://books.google.fr/books?q=editions:HARVARD32044088677398&id=B3hOv6y9_dcC&hl=fr'>Tout afficher</a></h3><div id=book_other_versions class=about_content><div id=book_other_versions_v><div class="one-third-column"><div class="crsiwrapper"><table class="rsi" cellspacing=0 cellpadding=0 border=0><tr><td class="coverdstd" align="center"><a href="https://books.google.fr/books?id=-7IRJnbwuuIC&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4" ><img alt="" class="coverthumb hover-card-attach-point" src="https://books.google.fr/books/content?id=-7IRJnbwuuIC&amp;printsec=frontcover&amp;img=1&amp;zoom=5&amp;edge=curl" border="0" height="80"></a></td><td valign=top><div class=resbdy><a class="primary cresbdy" href="https://books.google.fr/books?id=-7IRJnbwuuIC&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4"><span dir=ltr>Akim-foo: The History of a Failure</span></a><br><span style="line-height: 1.3em; font-size:-1;"><span><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Sir+William+Francis+Butler%22" class="secondary"><span dir=ltr>Sir William Francis Butler</span></a></span><br/><span><span style="color:#008000">Affichage du livre entier</span> - 1875</span><br/></span></div></td><td align=right></td></tr></table></div></div><div class="one-third-column"><div class="crsiwrapper"><table class="rsi" cellspacing=0 cellpadding=0 border=0><tr><td class="coverdstd" align="center"><a href="https://books.google.fr/books?id=sf9EAAAAIAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4" ><img alt="" class="coverthumb hover-card-attach-point" src="https://books.google.fr/books/content?id=sf9EAAAAIAAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=5&amp;edge=curl" border="0" height="80"></a></td><td valign=top><div class=resbdy><a class="primary cresbdy" href="https://books.google.fr/books?id=sf9EAAAAIAAJ&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4"><span dir=ltr>Akim-foo: The History of a Failure</span></a><br><span style="line-height: 1.3em; font-size:-1;"><span><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Sir+William+Francis+Butler%22" class="secondary"><span dir=ltr>Sir William Francis Butler</span></a></span><br/><span><span style="color:#008000">Affichage du livre entier</span> - 1875</span><br/></span></div></td><td align=right></td></tr></table></div></div><div class="one-third-column"><div class="crsiwrapper"><table class="rsi" cellspacing=0 cellpadding=0 border=0><tr><td class="coverdstd" align="center"><a href="https://books.google.fr/books?id=oWDSyAEACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4" ><img alt="" class="coverthumb hover-card-attach-point" src="https://books.google.fr/books/content?id=oWDSyAEACAAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=5" border="0" height="80"></a></td><td valign=top><div class=resbdy><a class="primary cresbdy" href="https://books.google.fr/books?id=oWDSyAEACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4"><span dir=ltr>Akim-Foo: The History of a Failure</span></a><br><span style="line-height: 1.3em; font-size:-1;"><span><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Sir+William+Francis+Butler%22" class="secondary"><span dir=ltr>Sir William Francis Butler</span></a></span><br/><span><span style="color:#999">Aucun aper�u disponible</span> - 2019</span><br/></span></div></td><td align=right></td></tr></table></div></div><div style="clear:both"></div><div class="showall"><a class="secondary" href="https://books.google.fr/books?q=editions:HARVARD32044088677398&id=B3hOv6y9_dcC&hl=fr&source=gbs_book_other_versions_r&cad=4">Tout afficher &raquo;</a></div><script>(function () {var fn = window['_OC_WSBookList'] || window['_OC_BookList'];fn && fn('book_other_versions', [{"title":"Akim-foo","authors":"Sir William Francis Butler","bib_key":"BL:A0024550287","pub_date":"1875","subject":"Akyem Abuakwa (Ghana)","info_url":"https://books.google.fr/books?id=-7IRJnbwuuIC\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=-7IRJnbwuuIC\u0026printsec=frontcover\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/content?id=-7IRJnbwuuIC\u0026printsec=frontcover\u0026img=1\u0026zoom=1\u0026edge=curl","num_pages":300,"viewability":5,"preview":"full","embeddable":true,"is_ebook":true,"is_free_ebook":true,"read_url":"https://play.google.com/books/reader?id=-7IRJnbwuuIC\u0026hl=fr\u0026printsec=frontcover","add_to_my_ebooks_url":"https://play.google.com/store/books/details?id=-7IRJnbwuuIC\u0026rdid=book--7IRJnbwuuIC\u0026rdot=1","my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=-7IRJnbwuuIC\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3D-7IRJnbwuuIC%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","has_scanned_text":true,"can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"subtitle":"The History of a Failure","add_to_my_ebooks_url_is_on_play":true},{"title":"Akim-foo","authors":"Sir William Francis Butler","bib_key":"UCAL:$B303649","pub_date":"1875","subject":"Ashanti War, 1873-1874","info_url":"https://books.google.fr/books?id=sf9EAAAAIAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=sf9EAAAAIAAJ\u0026printsec=frontcover\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/content?id=sf9EAAAAIAAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1\u0026edge=curl","num_pages":300,"viewability":5,"preview":"full","embeddable":true,"is_ebook":true,"is_free_ebook":true,"read_url":"https://play.google.com/books/reader?id=sf9EAAAAIAAJ\u0026hl=fr\u0026printsec=frontcover","add_to_my_ebooks_url":"https://play.google.com/store/books/details?id=sf9EAAAAIAAJ\u0026rdid=book-sf9EAAAAIAAJ\u0026rdot=1","my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=sf9EAAAAIAAJ\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3Dsf9EAAAAIAAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","has_scanned_text":true,"can_download_pdf":true,"can_download_epub":true,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"subtitle":"The History of a Failure","add_to_my_ebooks_url_is_on_play":true},{"title":"Akim-Foo","authors":"Sir William Francis Butler","bib_key":"ISBN:1318539102","pub_date":"5 ao�t 2019","snippet":"This is a reproduction of the original artefact. Generally these books are created from careful scans of the original. This allows us to preserve the book accurately and ...","subject":"History","info_url":"https://books.google.fr/books?id=oWDSyAEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=oWDSyAEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/content?id=oWDSyAEACAAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1","num_pages":330,"viewability":4,"preview":"noview","embeddable":false,"my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=oWDSyAEACAAJ\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DoWDSyAEACAAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"subtitle":"The History of a Failure"},{"title":"Akim-Foo","authors":"Sir William Francis Butler","bib_key":"ISBN:1354817214","pub_date":"27 avr. 2016","snippet":"This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it. This work was reproduced from the ...","info_url":"https://books.google.fr/books?id=pb-8jwEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=pb-8jwEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/content?id=pb-8jwEACAAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1","num_pages":322,"viewability":4,"preview":"noview","embeddable":false,"my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=pb-8jwEACAAJ\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3Dpb-8jwEACAAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DB3hOv6y9_dcC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"subtitle":"The History of a Failure"}]);})();</script></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="word_cloud_anchor"></a>Expressions et termes fr�quents</h3><div id=word_cloud class=about_content><div id=word_cloud_v><style type="text/css">.cloud9 {color: #7777cc;font-size: 10px;}.cloud8 {color: #6963CC;font-size: 10.5px;}.cloud7 {color: #6057CC;font-size: 11px;}.cloud6 {color: #574BCC;font-size: 11.5px;}.cloud5 {color: #4E3DCC;font-size: 12px;}.cloud4 {color: #4632CC;font-size: 14px;}.cloud3 {color: #3D26CC;font-size: 16px;}.cloud2 {color: #341ACC;font-size: 18px;}.cloud1 {color: #2B0DCC;font-size: 20px;}.cloud0 {color: #2200CC;font-size: 22px;}.cloud {margin-top: 4px;line-height: 24px;}.cloud a {margin-right: 6px;text-decoration: none;}.cloud a:hover {text-decoration: underline;}</style><div class=cloud><a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Accassie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>Accassie</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Accra&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>Accra</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=advance&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>advance</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=African&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>African</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Akim&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud0"><span dir=ltr>Akim</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=already&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>already</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=appeared&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>appeared</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=arms&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>arms</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=army&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>army</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=arrival&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>arrival</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Ashanti&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud0"><span dir=ltr>Ashanti</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Author&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>Author</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=body&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>body</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Books&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Books</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=brought&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>brought</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=bush&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>bush</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=BUTLER&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>BUTLER</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=called&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>called</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=camp&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>camp</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Cape+Coast&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Cape Coast</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Captain&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>Captain</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=carried&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>carried</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Castle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Castle</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=chief&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>chief</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=close&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>close</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=cloth+extra&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>cloth extra</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Coffee+Ahencora&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>Coffee Ahencora</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=coming&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>coming</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Coomassie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>Coomassie</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=cross&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>cross</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Crown+8vo&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>Crown 8vo</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=distant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>distant</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=edges&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>edges</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Edition&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Edition</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=enemy&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>enemy</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=England&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>England</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=English&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>English</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=eyes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>eyes</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=fetish&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>fetish</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=fever&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>fever</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=fight&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>fight</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=fired&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>fired</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=followed&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>followed</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=force&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>force</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=forest&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud2"><span dir=ltr>forest</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=four&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>four</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Fuah&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>Fuah</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=give&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>give</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=given&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>given</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=hand&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>hand</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=head&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>head</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=hill&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>hill</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=hope&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>hope</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Illustrations&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Illustrations</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=King&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud1"><span dir=ltr>King</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=land&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>land</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=leading&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>leading</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=leave&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>leave</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=letter&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>letter</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=light&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>light</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=looked&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>looked</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Mansu&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Mansu</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=matter&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>matter</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=miles&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>miles</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=months&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>months</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=morning&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>morning</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=move&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>move</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=movement&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>movement</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=native&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>native</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=negro&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>negro</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=never&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>never</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=night&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>night</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=numerous&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>numerous</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=officers&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>officers</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=once&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>once</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=passed&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>passed</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=path&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>path</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=plantains&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud1"><span dir=ltr>plantains</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Prah&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Prah</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Prahsu&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Prahsu</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=present&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>present</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Quabina+Fuah&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>Quabina Fuah</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=reached&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>reached</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=ready&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>ready</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=received&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>received</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=river&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>river</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=road&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>road</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=scouts&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>scouts</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=seemed&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>seemed</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=sent&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>sent</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=shore&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>shore</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Small+post+8vo&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>Small post 8vo</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=soldiers&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>soldiers</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=soon&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>soon</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=stood&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>stood</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=story&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>story</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=taken&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>taken</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=tell&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>tell</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=things&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>things</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=told&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>told</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=town&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>town</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=trees&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>trees</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=Tribee&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Tribee</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=turned&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>turned</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=village&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>village</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=vols&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>vols</span></a> <a href="https://books.google.fr/books?id=B3hOv6y9_dcC&amp;q=West&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>West</span></a></div></div></div></div><div class=vertical_module_list_row><h3 class="about_title">Informations bibliographiques</h3><div class="about_content" id="metadata_content" style="padding-bottom:.3em"><div class="metadata_sectionwrap"><div class="qrcode_content"><a href="https://chart.googleapis.com/chart?chs=400x400&amp;cht=qr&amp;chl=https://books.google.fr/books?id=B3hOv6y9_dcC&amp;source=qrcode"><img src="https://chart.googleapis.com/chart?chs=150x150&amp;cht=qr&amp;chl=https://books.google.fr/books?id=B3hOv6y9_dcC&amp;source=qrcode" alt="QR code for Akim-foo"title="Akim-foo"width="150" height="150"></a></div><table id="metadata_content_table"><tr class="metadata_row"><td class="metadata_label">Titre</td><td class="metadata_value"><span dir=ltr>Akim-foo: The History of a Failure</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Auteur</span></td><td class="metadata_value"><a class="primary" href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Sir+William+Francis+Butler%22&amp;source=gbs_metadata_r&amp;cad=6"><span dir=ltr>Sir William Francis Butler</span></a></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>�diteur</span></td><td class="metadata_value"><span dir=ltr>S. Low, Marston, Low, &amp; Searle, 1876</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Original provenant de</span></td><td class="metadata_value"><span dir=ltr>Universit� de Harvard</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Num�ris�</span></td><td class="metadata_value"><span dir=ltr>2 f�vr. 2018</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Longueur</span></td><td class="metadata_value"><span dir=ltr>300 pages</span></td></tr><tr class="metadata_row"><td>&nbsp</td><td>&nbsp</td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Exporter la citation</span></td><td class="metadata_value"><a class="gb-button " href="https://books.google.fr/books/download/Akim_foo.bibtex?id=B3hOv6y9_dcC&amp;hl=fr&amp;output=bibtex"><span dir=ltr>BiBTeX</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Akim_foo.enw?id=B3hOv6y9_dcC&amp;hl=fr&amp;output=enw"><span dir=ltr>EndNote</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Akim_foo.ris?id=B3hOv6y9_dcC&amp;hl=fr&amp;output=ris"><span dir=ltr>RefMan</span></a></td></tr></table></div><div style="clear:both"></div></div></div><script>_OC_addFlags({Host:"https://books.google.fr/", IsBooksUnifiedLeftNavEnabled:1, IsZipitFolderCollectionEnabled:1, IsBooksRentalEnabled:1, IsBrowsingHistoryEnabled:1});_OC_Run({"is_cobrand":false,"sign_in_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fid%3DB3hOv6y9_dcC%26hl%3Dfr%26source%3Dgbs_api\u0026hl=fr"}, {"volume_id":"B3hOv6y9_dcC","is_ebook":true,"volumeresult":{"has_flowing_text":false,"has_scanned_text":true,"can_download_pdf":true,"can_download_epub":true,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"download_pdf_url":"https://books.google.fr/books/download/Akim_foo.pdf?id=B3hOv6y9_dcC\u0026hl=fr\u0026output=pdf\u0026sig=ACfU3U1hFNkz_0n5SNM9ig10mdtQCcTIfQ","download_epub_url":"https://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC\u0026hl=fr\u0026output=epub"},"sample_url":"https://play.google.com/books/reader?id=B3hOv6y9_dcC\u0026hl=fr\u0026printsec=frontcover\u0026source=gbs_atb_hover","is_browsable":true,"is_public_domain":true}, {});</script><div id="footer_table" style="font-size:83%;text-align:center;position:relative;top:20px;height:4.5em;margin-top:2em"><div style="margin-bottom:8px"><a href="/intl/fr/googlebooks/about.html"><nobr><nobr>� propos de Google�Livres</nobr></nobr></a> - <a href="/intl/fr/googlebooks/privacy.html"><nobr><nobr>R�gles de confidentialit�</nobr></nobr></a> - <a href="/intl/fr/googlebooks/tos.html"><nobr><nobr>Conditions&nbsp;d'&nbsp;utilisation</nobr></nobr></a> - <a href="http://books.google.fr/support/partner/?hl=fr-FR"><nobr><nobr>Informations destin�es aux �diteurs</nobr></nobr></a> - <a href="http://books.google.fr/support/answer/180577?hl=fr-FR&amp;url=https://books.google.fr/books?id=B3hOv6y9_dcC&amp;hl=fr&amp;source=gbs_api&amp;v=B3hOv6y9_dcC&amp;is=atb"><nobr><nobr>Signaler un probl�me</nobr></nobr></a> - <a href="http://books.google.fr/support/topic/4359341?hl=fr-FR"><nobr><nobr>Aide</nobr></nobr></a> - <a href="https://www.google.fr/search?hl=fr"><nobr><nobr>Accueil&nbsp;Google</nobr></nobr></a></div></div><script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;ga('create', 'UA-18010-1', 'auto');ga('send', 'pageview');</script><script async src='https://www.google-analytics.com/analytics.js'></script></div></div></div><script>(function() {var href = window.location.href;if (href.indexOf('?') !== -1) {var parameters = href.split('?')[1].split('&');for (var i = 0; i < parameters.length; i++) {var param = parameters[i].split('=');if (param[0] == 'focus') {var elem = document.getElementById(param[1]);if (elem) {elem.focus();}}}}})();</script>
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 4 0 0
[S00json] response format is JSON 4 0 0
[S00] response time is below 400ms 4 0 0
[S102C001] Response id matches request id 4 0 0
[S102C002] Response title matches Akim-foo 4 0 0
[S102C003] Response image link is valid and pointing to an image 4 0 0
[S102C004] Response preview link is valid and pointing to an html page 4 0 0
[S102C005] Response info link is valid and pointing to an html page 4 0 0
Total 32 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 332ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 04b83c97-f777-405a-b6de-1aa45902a217
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:07 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "nlFLs6eCMNQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "pt5J1gJFcFk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "PIl+raOmAqQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "I9daWtXjaAQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "0Uk0zVSuWX0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "Dr1SEj46nio",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "A6WdZPtj/fo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "je54jsFiq48",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "+5rky0B9JUM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "P6UdDWpnVzQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL: http://books.google.fr/books?id=92_C6N0Kq_oC&hl=&source=gbs_api
Response Information
Response Code: 200 - OK
Mean time per request: 675ms
Mean size per request: 47.64KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 6c4fde5a-e109-4d83-ad3d-db318c31aee6
Host books.google.fr
Accept-Encoding gzip, deflate, br
Connection keep-alive
Cookie NID=212=W6x7YvGelTImftbLStaYFZiQpeO0Om0O2WQQj_kTBiCHLRdHTMf5Dm_bsBHNrdlzr-BBGEch8r9syu9fGWOuRDEr4U7mN5XOguf1v5LvOKi3X0KQ6VYboaPHUOYg0Ym8aCe3-Bj0g-h0XoB9YwtK5Z7XgHffowaqFAWrjsW7tXc; CONSENT=PENDING+394
Referer http://books.google.fr/books?id=92_C6N0Kq_oC&hl=&source=gbs_api
Response Headers
Header NameHeader Value
Date Tue, 06 Apr 2021 14:12:08 GMT
Expires Tue, 06 Apr 2021 14:12:08 GMT
Cache-Control private, max-age=0
X-Frame-Options SAMEORIGIN
X-XSS-Protection 1; mode=block
Strict-Transport-Security max-age=604800
Content-Type text/html; charset=ISO-8859-1
X-Content-Type-Options nosniff
Content-Encoding gzip
Server OFE/0.1
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
<!DOCTYPE html><html><head><title>Notre-Dame d&#39;Arcachon - Xavier Mouls - Google Livres</title><link rel="stylesheet" href="/books/css/_f11699d905c03f1abb40ded2c32fc351/kl_about_this_book_kennedy_full_bundle.css" type="text/css" /><script src="/books/javascript/atb_f11699d905c03f1abb40ded2c32fc351__fr.js"></script><link rel="canonical" href="https://books.google.com/books/about/Notre_Dame_d_Arcachon.html?hl=fr&amp;id=92_C6N0Kq_oC"/><meta property="og:url" content="https://books.google.com/books/about/Notre_Dame_d_Arcachon.html?hl=fr&amp;id=92_C6N0Kq_oC"/><meta name="title" content="Notre-Dame d&#39;Arcachon"/><meta name="description" content=""/><meta property="og:title" content="Notre-Dame d&#39;Arcachon"/><meta property="og:type" content="book"/><meta property="og:site_name" content="Google Books"/><meta property="og:image" content="https://books.google.fr/books/content?id=92_C6N0Kq_oC&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE70ztcLq5J1L0TeGSk19YrM8m1EfLifEwPDzB35n5oObRRqwhmGq8CoKULhy7QcOjWMtFG08XbX1zhHi1ByYamUyWANKmOwVTyBCn1dzsLX2W-GZzCIeMcLOnKR-ad_iaHayiu8K"/><link rel="image_src" href="https://books.google.fr/books/content?id=92_C6N0Kq_oC&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE70ztcLq5J1L0TeGSk19YrM8m1EfLifEwPDzB35n5oObRRqwhmGq8CoKULhy7QcOjWMtFG08XbX1zhHi1ByYamUyWANKmOwVTyBCn1dzsLX2W-GZzCIeMcLOnKR-ad_iaHayiu8K"/><script></script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
        
        #gbar { padding:.3em .6em !important;}</style></head><body ><div id=gbar><nobr><a target=_blank class=gb1 href="https://www.google.fr/search?tab=pw">Recherche</a> <a target=_blank class=gb1 href="https://www.google.fr/search?hl=fr&tbm=isch&source=og&tab=pi">Images</a> <a target=_blank class=gb1 href="https://maps.google.fr/maps?hl=fr&tab=pl">Maps</a> <a target=_blank class=gb1 href="https://play.google.com/?hl=fr&tab=p8">Play</a> <a target=_blank class=gb1 href="https://www.youtube.com/results?gl=FR&tab=p1">YouTube</a> <a target=_blank class=gb1 href="https://news.google.com/?tab=pn">Actualit�s</a> <a target=_blank class=gb1 href="https://mail.google.com/mail/?tab=pm">Gmail</a> <a target=_blank class=gb1 href="https://drive.google.com/?tab=po">Drive</a> <a target=_blank class=gb1 style="text-decoration:none" href="https://www.google.fr/intl/fr/about/products?tab=ph"><u>Plus</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a target=_top id=gb_70 href="https://www.google.com/accounts/Login?service=print&continue=https://books.google.fr/books%3Fid%3D92_C6N0Kq_oC%26hl%3Dfr%26source%3Dgbs_api&hl=fr&ec=GAZACg" class=gb4>Connexion</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div><div role="alert" style="position: absolute; left: 0; right: 0;"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;hl=fr&amp;source=gbs_api&amp;output=html_text" title="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran." target="_top"><img border="0" src="//www.google.com/images/cleardot.gif"alt="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran."></a></div><div class="kd-appbar"><h2 class="kd-appname"><a href="/books?hl=fr">Livres</a></h2><div class="kd-buttonbar left" id="left-toolbar-buttons"><a id="appbar-write-review-link" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3D92_C6N0Kq_oC%26continue%3Dhttps://books.google.fr/books%253Fid%253D92_C6N0Kq_oC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr"></a><a id="appbar-view-print-sample-link" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_atb"></a><a id="appbar-view-ebook-sample-link" href="https://play.google.com/books/reader?id=92_C6N0Kq_oC&amp;hl=fr&amp;printsec=frontcover&amp;source=gbs_atb"></a><a id="appbar-patents-prior-art-finder-link" href=""></a><a id="appbar-patents-discuss-this-link" href="" data-is-grant=""></a><a id="appbar-read-patent-link" href=""></a><a id="appbar-download-pdf-link" href=""></a></div><div class="kd-buttonbar right" id="right-toolbar-buttons"></div></div><div style="display: none"><ol id="ofe-gear-menu-contents" class="gbmcc"><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlibrary%26hl%3Dfr&amp;hl=fr">Ma biblioth�que</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="http://books.google.fr/support/topic/4359341?hl=fr-FR">Aide</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/advanced_book_search?hl=fr">Recherche Avanc�e de Livres</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC&amp;hl=fr&amp;output=epub">T�l�charger ePub</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC&amp;hl=fr&amp;output=pdf&amp;sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww">T�l�charger le PDF</a></li></ol></div><div id="volume-main"><div id="volume-left"><div id=menu_container ><div id="menu_scroll_wrapper"><div id="menu_scroll" role="navigation"><div id="gb-get-book-container"><a href="https://play.google.com/store/books/details?id=92_C6N0Kq_oC&amp;rdid=book-92_C6N0Kq_oC&amp;rdot=1" id="gb-get-book-content">E-book - GRATUIT</a></div><p id="gb-buy-options-trigger" class="gb-buy-options-link">Obtenir la version papier de ce livre</p><h3 class=about_title><a name="buy_anchor"></a></h3><div id=buy class=about_content><div id=buy_v><ul style="list-style-type: none; padding-left: 0; margin: 0;"><li><a style="white-space:normal" href="http://www.abebooks.fr/servlet/SearchResults?tn=Notre-Dame+d%27Arcachon" dir=ltr onMouseOver="this.href='http://www.abebooks.fr/servlet/SearchResults?tn\x3dNotre-Dame+d%27Arcachon';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'AbeBooks.fr');this.href='/url?client\x3dca-google-gppd\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3d92_C6N0Kq_oC\x26q\x3dhttp://www.abebooks.fr/servlet/SearchResults%3Ftn%3DNotre-Dame%2Bd%2527Arcachon\x26usg\x3dAOvVaw3Ps0aMWOHommm8PUmOq0KZ\x26source\x3dgbs_buy_r';return true"><span dir=ltr>AbeBooks.fr</span></a></li><li><a style="white-space:normal" href="http://www.chapitre.com/frame_rec.asp?donnee_appel=PRINTGOOGLE&amp;titre=Notre-Dame+d%27Arcachon" dir=ltr onMouseOver="this.href='http://www.chapitre.com/frame_rec.asp?donnee_appel\x3dPRINTGOOGLE\x26titre\x3dNotre-Dame+d%27Arcachon';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Chapitre.com');this.href='/url?client\x3dca-google-gppd\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3d92_C6N0Kq_oC\x26q\x3dhttp://www.chapitre.com/frame_rec.asp%3Fdonnee_appel%3DPRINTGOOGLE%26titre%3DNotre-Dame%2Bd%2527Arcachon\x26usg\x3dAOvVaw2pY-tFUWkFe-snrXZ5EeRQ\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Chapitre.com</span></a></li><li><hr style="margin-right: 20%; color: #666;"></li><li><a style="white-space:normal" href="https://books.google.fr/url?id=92_C6N0Kq_oC&amp;q=http://worldcat.org/oclc/406796509&amp;clientid=librarylink&amp;usg=AOvVaw0Wp5zz5dtiNPt0ttvTsb9n&amp;source=gbs_buy_r"onclick="_OC_analyticsTrack('Shop', 'Click', 'Trouver ce livre dans une biblioth�que')"><span dir=ltr>Trouver ce livre dans une biblioth�que</span></a></li><li><a class="secondary" style="white-space:normal" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;sitesec=buy&amp;hl=fr&amp;source=gbs_buy_r" id="get-all-sellers-link"><span dir=ltr>Tous les vendeurs</span>&nbsp;&raquo;</a></li></ul></div></div><div class=menu id=menu><div class="menu_content" style="margin-bottom:6px"><div style="margin-bottom:4px"></div><div style="margin-bottom:3px"></div><div></div></div></div><div><div id="navbarContainer" class="gb-navbar"></div><script>_OC_InitNavbar({"child_node":[{"title":"Ma biblioth�que","url":"https://books.google.fr/books?uid=114584440181414684107\u0026hl=fr\u0026source=gbs_lp_bookshelf_list","id":"my_library","collapsed":true},{"title":"Mon historique","url":"","id":"my_history","collapsed":true},{"title":"Livres sur Google�Play","url":"https://play.google.com/store/books","id":"ebookstore","collapsed":true}],"highlighted_node_id":""});</script></div></div></div></div></div><div id="volume-center"><div id="scroll_atb" role="main"><div class=vertical_module_list_row><div id=ge_summary class=about_content><div id=ge_summary_v><div class="hproduct"><table id="summary_content_table" cellspacing=0 cellpadding=0><tr><td id="bookinfo"><h1 class="booktitle"><span class="fn"><span dir=ltr>Notre-Dame d&#39;Arcachon</span></span><span class="subtitle"></span></h1><div class="bookcover"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_ge_summary_r&amp;cad=0" ><img src="https://books.google.fr/books/content?id=92_C6N0Kq_oC&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE72sStvbaRN6dza6JJkiqTLWtZ0CSxrkk_Uy5IhualzDI7bHU6oulU5fxnYxf2HZLqTNk7CYX6-SKUrn78gp9uH5_691QA0tPugcQ20eecmXQbMdmt3iCF_xCPb39LFhYsXQIWtZ" alt="Couverture" title="Couverture" width=128 border=1 id=summary-frontcover ></a></div><div class="bookinfo_sectionwrap"><div><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Xavier+Mouls%22" class="secondary"><span dir=ltr>Xavier Mouls</span></a></div><div><span dir=ltr>chez les principaux libraires</span>, 1855 - <span dir=ltr>51 pages</span></div><div class="reviewaggregate hreview-aggregate"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;hl=fr&amp;sitesec=reviews" aria-label="Note moyenne attribu�e par les utilisateurs - Aucun avis"><span class="gb-star-off goog-inline-block rating"><span class="value-title" title="0.0"></span></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span></a> <span class="num-ratings"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;hl=fr&amp;sitesec=reviews" class="sbs-count secondary"><span class="count">0</span> Avis</a></span></div></div><div class="search_box_wrapper"><form action=/books id=search_form style="margin:0px;padding:0px;" method=get> <input type=hidden name="hl" value="fr"><input type=hidden name="id" value="92_C6N0Kq_oC"><table cellpadding=0 cellspacing=0 class="swv-table"><tr><td class="swv-td-search"><span><input id=search_form_input type=text maxlength=1024 class="text_flat swv-input-search" aria-label="Rechercher dans ce livre" name=q value="" title="Chercher dedans" accesskey=i></span></td><td class="swv-td-space"><div>&nbsp;</div></td><td><input type=submit value="Chercher dedans"></td></tr></table><script type="text/javascript">if (window['_OC_autoDir']) {_OC_autoDir('search_form_input');}</script></form><div id="preview-link"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;printsec=frontcover&amp;hl=fr" class="primary"><span dir=ltr>Aper�u du livre</span> &raquo;</a></div></div></td> </tr></table><div id="summary-second-column"></div></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="reviews_ge_anchor"></a>Avis des internautes&nbsp;<span class='dash'>-</span>&nbsp;<a href='https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3D92_C6N0Kq_oC%26continue%3Dhttps://books.google.fr/books%253Fid%253D92_C6N0Kq_oC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr' class='primary write-review' id='write-review-link'>R�diger un commentaire</a></h3><div id=reviews_ge class=about_content><div id=reviews_ge_v><div id="histogram-container"></div><div>Aucun commentaire n&#39;a �t� trouv� aux emplacements habituels.</div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="selected_pages_anchor"></a>Pages s�lectionn�es</h3><div id=selected_pages class=about_content><div id=selected_pages_v><div class="selectedpagesthumbnail"><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA1&amp;hl=fr&amp;source=gbs_selected_pages&amp;cad=2" ><img src="https://books.google.fr/books/content?id=92_C6N0Kq_oC&amp;pg=PA1&amp;img=1&amp;zoom=1&amp;sig=ACfU3U09S9bsINwwRfhMjDc9RqK6YBJctA" alt="Page de titre" title="Page de titre" height="160" border="1"></a><br/><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA1&amp;hl=fr&amp;source=gbs_selected_pages&amp;cad=2" >Page de titre</a></div><div style="clear:both;"></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="toc_anchor"></a>Table des mati�res</h3><div id=toc class=about_content><div id=toc_v><div class="first_toc_column"><div class="first_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA5&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 1" style="white-space:nowrap"><span dir=ltr>Section 1</span></span></a></div></td><td class="toc_number" align=right>5</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA12&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 2" style="white-space:nowrap"><span dir=ltr>Section 2</span></span></a></div></td><td class="toc_number" align=right>12</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA19&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 3" style="white-space:nowrap"><span dir=ltr>Section 3</span></span></a></div></td><td class="toc_number" align=right>19</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><div class="second_toc_column"><div class="second_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA23&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 4" style="white-space:nowrap"><span dir=ltr>Section 4</span></span></a></div></td><td class="toc_number" align=right>23</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;pg=PA29&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=3" ><span title="Section 5" style="white-space:nowrap"><span dir=ltr>Section 5</span></span></a></div></td><td class="toc_number" align=right>29</td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><br style="clear:both;"/></div><div style="clear:left; height:1em"></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="book_other_versions_anchor"></a>Autres �ditions - <a href='https://books.google.fr/books?q=editions:OCLC406796509&id=92_C6N0Kq_oC&hl=fr'>Tout afficher</a></h3><div id=book_other_versions class=about_content><div id=book_other_versions_v><div class="one-third-column"><div class="crsiwrapper"><table class="rsi" cellspacing=0 cellpadding=0 border=0><tr><td class="coverdstd" align="center"><a href="https://books.google.fr/books?id=tHlMvgAACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4" ><img alt="" class="coverthumb hover-card-attach-point" src="https://books.google.fr/books/content?id=tHlMvgAACAAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=5" border="0" height="80"></a></td><td valign=top><div class=resbdy><a class="primary cresbdy" href="https://books.google.fr/books?id=tHlMvgAACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=4"><span dir=ltr>Notre-Dame D&#39;Arcachon</span></a><br><span style="line-height: 1.3em; font-size:-1;"><span><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Mouls-X%22" class="secondary"><span dir=ltr>Mouls-X</span></a></span><br/><span><span style="color:#999">Aucun aper�u disponible</span> - 2016</span><br/></span></div></td><td align=right></td></tr></table></div></div><script>(function () {var fn = window['_OC_WSBookList'] || window['_OC_BookList'];fn && fn('book_other_versions', [{"title":"Notre-Dame D'Arcachon","authors":"Mouls-X","bib_key":"ISBN:2013742495","pub_date":"1 mai 2016","info_url":"https://books.google.fr/books?id=tHlMvgAACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=tHlMvgAACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/content?id=tHlMvgAACAAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1","viewability":4,"preview":"noview","embeddable":false,"my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=tHlMvgAACAAJ\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DtHlMvgAACAAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253D92_C6N0Kq_oC%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false}]);})();</script></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="word_cloud_anchor"></a>Expressions et termes fr�quents</h3><div id=word_cloud class=about_content><div id=word_cloud_v><style type="text/css">.cloud9 {color: #7777cc;font-size: 10px;}.cloud8 {color: #6963CC;font-size: 10.5px;}.cloud7 {color: #6057CC;font-size: 11px;}.cloud6 {color: #574BCC;font-size: 11.5px;}.cloud5 {color: #4E3DCC;font-size: 12px;}.cloud4 {color: #4632CC;font-size: 14px;}.cloud3 {color: #3D26CC;font-size: 16px;}.cloud2 {color: #341ACC;font-size: 18px;}.cloud1 {color: #2B0DCC;font-size: 20px;}.cloud0 {color: #2200CC;font-size: 22px;}.cloud {margin-top: 4px;line-height: 24px;}.cloud a {margin-right: 6px;text-decoration: none;}.cloud a:hover {text-decoration: underline;}</style><div class=cloud><a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=actuelle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>actuelle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=aime&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>aime</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%A2mes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>�mes</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=appelle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>appelle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Arcachon&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>Arcachon</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=arrive&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>arrive</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=aujourd%27hui&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>aujourd&#39;hui</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=autrefois&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>autrefois</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=baie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>baie</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=barques&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>barques</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Bassin&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Bassin</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=b%C3%A2tie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>b�tie</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=beau&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>beau</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=belle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>belle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=b%C3%A9n%C3%A9diction&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>b�n�diction</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=bient%C3%B4t&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>bient�t</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=bois&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>bois</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=bonne&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>bonne</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Bordeaux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Bordeaux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=bords&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>bords</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=brillant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>brillant</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=calme&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>calme</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=cardinal&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>cardinal</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=c%C3%A9l%C3%A8bre&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>c�l�bre</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=cent&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>cent</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=chants&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>chants</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=chapelle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud0"><span dir=ltr>chapelle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=ciel&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>ciel</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=cieux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>cieux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=cit%C3%A9&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>cit�</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=clocher&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>clocher</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=colline&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>colline</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=commencement&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>commencement</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Conseil&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Conseil</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=c%C3%B4te&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>c�te</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=coup&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>coup</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=couronne&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>couronne</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=cours&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>cours</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=croix&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>croix</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=demande&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>demande</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=d%C3%A9sert&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>d�sert</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=devait&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>devait</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Dieu&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Dieu</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=dire&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>dire</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=divins&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>divins</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=domine&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>domine</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=donna&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>donna</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=eaux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>eaux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%A9clate&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>�clate</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%A9glise&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>�glise</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%A9lever&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>�lever</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%89minence&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>�minence</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=enfants&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>enfants</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=%C3%A9troite&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>�troite</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=faisait&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>faisait</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=f%C3%AAte&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>f�te</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=fid%C3%A8les&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>fid�les</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=fleurs&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>fleurs</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=flots&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>flots</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=fond&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>fond</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=for%C3%AAt&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>for�t</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=forme&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>forme</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=foule&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>foule</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=go%C3%BBt&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>go�t</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=habitants&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>habitants</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=heures&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>heures</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=heureux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>heureux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=hommes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>hommes</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Illyricus&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>Illyricus</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=immense&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>immense</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=invitait&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>invitait</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=jeune&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>jeune</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=jours&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>jours</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=jusqu%27%C3%A0&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>jusqu&#39;�</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=l%27%C3%A9difice&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>l&#39;�difice</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=l%27%C3%A9glise&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>l&#39;�glise</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=l%27homme&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>l&#39;homme</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=l%27Oc%C3%A9an&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>l&#39;Oc�an</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=l%C3%A8ve&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>l�ve</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=lieu&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>lieu</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=lieux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>lieux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=mains&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>mains</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=marins&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>marins</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=M%C3%A8re&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud2"><span dir=ltr>M�re</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=milieu&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud2"><span dir=ltr>milieu</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=mille&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>mille</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=miraculeuse&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>miraculeuse</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=modeste&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>modeste</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=mouvement&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>mouvement</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=moyens&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>moyens</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=murs&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>murs</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=nature&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>nature</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=naufrage&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>naufrage</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=navire&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>navire</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=nombreux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>nombreux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Notre-Dame+d%27Arcachon&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Notre-Dame d&#39;Arcachon</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=nouveau&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>nouveau</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=nouvelle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>nouvelle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=orn%C3%A9e&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>orn�e</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=passer&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>passer</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pauvres&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>pauvres</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pays&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>pays</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=p%C3%A8lerinage&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>p�lerinage</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=p%C3%A8lerins&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>p�lerins</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Pendant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>Pendant</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=peuples&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>peuples</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pieds&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>pieds</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pins&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>pins</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=place&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>place</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=plage&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>plage</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=porte&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud2"><span dir=ltr>porte</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=premier&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>premier</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pr%C3%A9sence&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>pr�sence</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=pri%C3%A8re&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud5"><span dir=ltr>pri�re</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=principale&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>principale</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=procession&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>procession</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=profonde&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>profonde</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=quatre&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>quatre</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=reconnaissance&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>reconnaissance</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=religieux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>religieux</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=religion&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>religion</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=riche&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>riche</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=sables&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>sables</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=saint&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>saint</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=sanctuaire+de+Marie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>sanctuaire de Marie</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=sera&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>sera</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=si%C3%A8cle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>si�cle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=soin&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>soin</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=soleil&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>soleil</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=solitude&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>solitude</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=spectacle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>spectacle</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=statue&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>statue</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=tableau&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>tableau</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=temp%C3%AAtes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>temp�tes</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=temple&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>temple</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=tenant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud9"><span dir=ltr>tenant</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Teste&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud3"><span dir=ltr>Teste</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=trouvant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud7"><span dir=ltr>trouvant</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=vastes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>vastes</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=vents&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud4"><span dir=ltr>vents</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Vierge&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud2"><span dir=ltr>Vierge</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=visiter&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>visiter</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=voix&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud8"><span dir=ltr>voix</span></a> <a href="https://books.google.fr/books?id=92_C6N0Kq_oC&amp;q=Voyez&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=5"  class="cloud6"><span dir=ltr>Voyez</span></a></div></div></div></div><div class=vertical_module_list_row><h3 class="about_title">Informations bibliographiques</h3><div class="about_content" id="metadata_content" style="padding-bottom:.3em"><div class="metadata_sectionwrap"><div class="qrcode_content"><a href="https://chart.googleapis.com/chart?chs=400x400&amp;cht=qr&amp;chl=https://books.google.fr/books?id=92_C6N0Kq_oC&amp;source=qrcode"><img src="https://chart.googleapis.com/chart?chs=150x150&amp;cht=qr&amp;chl=https://books.google.fr/books?id=92_C6N0Kq_oC&amp;source=qrcode" alt="QR code for Notre-Dame d&#39;Arcachon"title="Notre-Dame d&#39;Arcachon"width="150" height="150"></a></div><table id="metadata_content_table"><tr class="metadata_row"><td class="metadata_label">Titre</td><td class="metadata_value"><span dir=ltr>Notre-Dame d&#39;Arcachon</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Auteur</span></td><td class="metadata_value"><a class="primary" href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22Xavier+Mouls%22&amp;source=gbs_metadata_r&amp;cad=6"><span dir=ltr>Xavier Mouls</span></a></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>�diteur</span></td><td class="metadata_value"><span dir=ltr>chez les principaux libraires, 1855</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Original provenant de</span></td><td class="metadata_value"><span dir=ltr>Biblioth�que municipale de Lyon (Biblioth�que j�suite des Fontaines)</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Num�ris�</span></td><td class="metadata_value"><span dir=ltr>16 f�vr. 2010</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Longueur</span></td><td class="metadata_value"><span dir=ltr>51 pages</span></td></tr><tr class="metadata_row"><td>&nbsp</td><td>&nbsp</td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Exporter la citation</span></td><td class="metadata_value"><a class="gb-button " href="https://books.google.fr/books/download/Notre_Dame_d_Arcachon.bibtex?id=92_C6N0Kq_oC&amp;hl=fr&amp;output=bibtex"><span dir=ltr>BiBTeX</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Notre_Dame_d_Arcachon.enw?id=92_C6N0Kq_oC&amp;hl=fr&amp;output=enw"><span dir=ltr>EndNote</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Notre_Dame_d_Arcachon.ris?id=92_C6N0Kq_oC&amp;hl=fr&amp;output=ris"><span dir=ltr>RefMan</span></a></td></tr></table></div><div style="clear:both"></div></div></div><script>_OC_addFlags({Host:"https://books.google.fr/", IsZipitFolderCollectionEnabled:1, IsBrowsingHistoryEnabled:1, IsBooksUnifiedLeftNavEnabled:1, IsBooksRentalEnabled:1});_OC_Run({"is_cobrand":false,"sign_in_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fid%3D92_C6N0Kq_oC%26hl%3Dfr%26source%3Dgbs_api\u0026hl=fr"}, {"volume_id":"92_C6N0Kq_oC","is_ebook":true,"volumeresult":{"has_flowing_text":false,"has_scanned_text":true,"can_download_pdf":true,"can_download_epub":true,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false,"download_pdf_url":"https://books.google.fr/books/download/Notre_Dame_d_Arcachon.pdf?id=92_C6N0Kq_oC\u0026hl=fr\u0026output=pdf\u0026sig=ACfU3U2gRpiYQ6xB48CHuAMNB4tN6Fa1ww","download_epub_url":"https://books.google.fr/books/download/Notre_Dame_d_Arcachon.epub?id=92_C6N0Kq_oC\u0026hl=fr\u0026output=epub"},"sample_url":"https://play.google.com/books/reader?id=92_C6N0Kq_oC\u0026hl=fr\u0026printsec=frontcover\u0026source=gbs_atb_hover","is_browsable":true,"is_public_domain":true}, {});</script><div id="footer_table" style="font-size:83%;text-align:center;position:relative;top:20px;height:4.5em;margin-top:2em"><div style="margin-bottom:8px"><a href="/intl/fr/googlebooks/about.html"><nobr><nobr>� propos de Google�Livres</nobr></nobr></a> - <a href="/intl/fr/googlebooks/privacy.html"><nobr><nobr>R�gles de confidentialit�</nobr></nobr></a> - <a href="/intl/fr/googlebooks/tos.html"><nobr><nobr>Conditions&nbsp;d'&nbsp;utilisation</nobr></nobr></a> - <a href="http://books.google.fr/support/partner/?hl=fr-FR"><nobr><nobr>Informations destin�es aux �diteurs</nobr></nobr></a> - <a href="http://books.google.fr/support/answer/180577?hl=fr-FR&amp;url=https://books.google.fr/books?id=92_C6N0Kq_oC&amp;hl=fr&amp;source=gbs_api&amp;v=92_C6N0Kq_oC&amp;is=atb"><nobr><nobr>Signaler un probl�me</nobr></nobr></a> - <a href="http://books.google.fr/support/topic/4359341?hl=fr-FR"><nobr><nobr>Aide</nobr></nobr></a> - <a href="https://www.google.fr/search?hl=fr"><nobr><nobr>Accueil&nbsp;Google</nobr></nobr></a></div></div><script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;ga('create', 'UA-18010-1', 'auto');ga('send', 'pageview');</script><script async src='https://www.google-analytics.com/analytics.js'></script></div></div></div><script>(function() {var href = window.location.href;if (href.indexOf('?') !== -1) {var parameters = href.split('?')[1].split('&');for (var i = 0; i < parameters.length; i++) {var param = parameters[i].split('=');if (param[0] == 'focus') {var elem = document.getElementById(param[1]);if (elem) {elem.focus();}}}}})();</script>
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 4 0 0
[S00json] response format is JSON 4 0 0
[S00] response time is below 400ms 4 0 0
[S102C001] Response id matches request id 4 0 0
[S102C002] Response title matches Notre-Dame d'Arcachon 4 0 0
[S102C003] Response image link is valid and pointing to an image 4 0 0
[S102C004] Response preview link is valid and pointing to an html page 4 0 0
[S102C005] Response info link is valid and pointing to an html page 4 0 0
Total 32 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 417ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 61b0afca-0c88-4e76-bd5d-ebce6d51b161
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:08 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 615,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "gIiE80SF0u0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "bLls3ff8bck",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "Vk2nFSSplxI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "3vwGb2GRbIo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "Ar77XU/S2Ys",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "77daIl48yPo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "DllLbq7qMlw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "ew4sljZ5/TU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "nZTc5FWd+2I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "quanSQmW4wU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token fb40b309-a773-453a-84dc-f81e9951b336
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:09 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "fnTu+zmRy+E",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "306s8V13T8w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "os9XSxH24wg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "iwaHvROuqB4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "l+ZnJah3Z9k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "opKaM+3Qjzk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "zdPdXJLQeqY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "KS5NGGeKafI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "17y0zlSttyE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "lYaEjwD5SJA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S201] Critical Tests ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for bookshelf by id with valid endpoint| |```AND```| id is valid |```THEN```|**I should get a valid response** | ### 2 test cases : ### | [case] | Description | Iteration | Datas | |-|-|-|-| | ```[C001]``` | Response has "200" Status code | 1 | | ```[C002]``` | Response object has a "kind" of bookshelf | 1 | **Datas :** - ```bookshelfId``` = 1
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/1?key=
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 191ms
Mean size per request: 514B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 66834b70-0da8-4939-9080-d0a324a86ddb
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:09 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S201C001] response has 200 status 0 1 0
[S201C002] Response object has a "kind" of bookshelf 0 1 0
Total 2 2 0
Test Failures
Test NameAssertion Error
[S201C001] response has 200 status
expected response to have status code 200 but got 429
[S201C002] Response object has a "kind" of bookshelf
expected { Object (error) } to have property 'kind'
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 7bc48291-0707-4c3b-aa2f-37f39eb68732
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:09 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "GTQ1PkZswxc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "k3/05GxHrPk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "226J+na20zI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "a4cGf5Udiw0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "UZCE1pUumcE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "870wth1bY2k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "15B5zl2dS04",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "YoJ+Lxdnzio",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "C7txIt4GuEY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "/5oeQfOKLUA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 26e731e8-c854-4f9c-a28b-98f70ea9a530
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:10 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "p2Lg6REUvxE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "benlOMwQw/A",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "dKfkexuVW2Q",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "3KsKAYkadko",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "Ncer+XMeoWM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "gAGTTkW3zac",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "pt8sK076FIc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "0Cf7jurXJ/8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "ZQytC5mnM6o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "UUfl+oGYYAo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 440ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 140c7f00-5b71-4f32-9262-a4f54c2f37ac
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:10 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 619,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "9xXjZnvVcPc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "TvtXfxKv+Cg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "JhMAO2qYXTU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "XcHtnoIDqlY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "W6ExnAoPUAA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "2l0NND0uuaU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "HVyBu/UNhuk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "7ZbcI06dY0o",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "QniKSfB6SBI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "9yBOCfsf2ws",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 366ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 6959dcda-64d4-4e6c-88f0-4e834b2c3302
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:11 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "2QPoMhuQ/YA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "9QaZxmwnaFw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "sLoY1xMrs1E",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "xMPjgksKbYs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "z5cWptPHuTY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "LRIrUJX1Djs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "x3kFFTFeUIo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "Ew+UsbUG2/Y",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "GU7GlDey3aM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "3bWtTxhQmF0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S203] Add Book ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service to add a book in my bookshelf| |```THEN```|**I should get a valid empty response** | ### 2 test case : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has "200" code | 1 | | ```[C002]``` | Response is an empty object | 1 | **Datas :** - ```bookshelfId``` = 1001 - ```bookId``` = 92_C6N0Kq_oC
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 191ms
Mean size per request: 514B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 5b759682-85f8-461b-a99a-cf22847a7019
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:11 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S203C001] Response has status 200 0 1 0
[S203C002] Response to be empty object 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
[S203C001] Response has status 200
expected response to have status code 200 but got 429
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 328ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 6d83dfdc-f5f4-42c6-a262-90b6f2b561bd
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:11 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "jRRrFMq729g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "MUkEAae6L1I",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "LudDVrFaD8Y",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "jHrwSXJegpQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "8xVVNh2mBow",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "nXqxJ9FKBaw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "Qpb9oQfJzvA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "oe+nGytEic0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "K62gEITZB8w",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "yy0vjzJGIbk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S204] remove Book ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service to remove a book in my bookshelf| |```THEN```|**I should get a valid empty response** | ### 2 test cases : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has "200" code | 1 | | ```[C002]``` | Response is an empty object | 1 | **Datas :** - ```bookshelfId``` = 1001 - ```bookId``` = 92_C6N0Kq_oC
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 158ms
Mean size per request: 514B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token f8b1845f-c6f4-4330-b3c5-7ddcf9a77d40
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:12 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S204C001] Reponse has status 200 0 1 0
[S204C002] Reponse to be empty object 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
[S204C001] Reponse has status 200
expected response to have status code 200 but got 429
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 58df0455-8a3b-4687-9f82-c611718b01c4
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:12 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "k7bBjXjaNGQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "58EQhsH9lg8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "5qdhq2H5kyk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "xBhA1UGAW00",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "eBnEtBRh8eY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "AJkifqCTe8g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "3OD7xkoh4y0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "mDji7cdtxbs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "nQnlkUMN3Ww",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "5FhdblOoYzQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S289] Wrong Auth ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for a edition action| |```AND```|I have no valid AUTH| |```THEN```|**I should get an error response** | ### 1 test case : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has 401 code with "UNAUTHENTICATED" status | 1 | **Datas :** - ```bookshelfId``` = 1001
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/1001?key=
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 125ms
Mean size per request: 514B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 014c4a57-2b8e-410e-9be9-bcadcc89a3c6
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:12 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S289C001] Response has 401 code with "UNAUTHENTICATED" status 0 1 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S289C001] Response has 401 code with "UNAUTHENTICATED" status
expected { Object (code, message, ...) } to have property 'code' of 401, but got 429
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token f5806c75-fe33-4264-b7ff-b2ff26b9f3c5
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:12 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "6dDPwY/iE7E",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "xgqLwQ+KwNo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "8re9pgBdUDw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "H8/FEwKLXVY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "tLvjTBSDY6Q",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "GL19BXUdvB0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "n5UCzwhxQaY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "kjWRDG2tr3s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "m3NM1S6mrhg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "2ve3yes9L84",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S290] Wrong APIKEY ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for a edition action| |```AND```|I have no valid APIKEY| |```THEN```|**I should get an error response** | ### 1 test case : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has 400 code with "INVALID_ARGUMENT" status | 1 | **Datas :** - ```bookshelfId``` = 1001
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/1001?key=abc
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 110ms
Mean size per request: 509B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token f5bc020a-cfc0-47b0-83b3-8fe1ce885bd7
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
WWW-Authenticate Bearer realm="https://accounts.google.com/"
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:13 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 401,
            "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
            "errors": [
              {
                "message": "Login Required.",
                "domain": "global",
                "reason": "required",
                "location": "Authorization",
                "locationType": "header"
              }
            ],
            "status": "UNAUTHENTICATED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S290C001] Response has 400 code with "INVALID_ARGUMENT" status 0 1 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S290C001] Response has 400 code with "INVALID_ARGUMENT" status
expected { Object (code, message, ...) } to have property 'code' of 400, but got 401
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 301ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 807b65e1-64cc-4fa1-8342-ed958f8c900f
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:13 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "Tes232aIlws",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "msmiQLwU3pY",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "31blVeqU3Ho",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "05eT6Zf/nF0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "wXXUtUED7Gs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "Y0wpJ+Hx73E",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "PJJntUc9NVw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "a/nsoQQv1Iw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "NfWm7S5ja+s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "8yJNYrxoWKg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S291] Wrong bookshelf id ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for a bookshelf by id| |```AND```|I the id is NOT valid| |```THEN```|**I should get an error response** | ### 1 test case : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has 400 code with "Invalid bookshelf ID." msg | 1 | **Datas :** - ```bookshelfId``` = abc
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/abc?key=
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 128ms
Mean size per request: 514B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 7a9e6a93-0981-437c-9bfe-c805ae02453d
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:13 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S291C001] Response has 400 code with "Invalid bookshelf ID." msg 0 1 0
Total 2 1 0
Test Failure
Test NameAssertion Error
[S291C001] Response has 400 code with "Invalid bookshelf ID." msg
expected { Object (code, message, ...) } to have property 'code' of 400, but got 429
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 338ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 8e3f7fa6-43ee-4492-b7b3-7f056665b264
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:14 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "vZnHhHbEGlg",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "18xqkXmST0s",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "T6Z1GmF3BY4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "gBgs7YJodIw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "E2xukxgbhE0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "aiNDwxDkhT0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "DmyRDH0ulfA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "Ppo5jW7YwW4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "XMq+ZMphE4c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "E0/UnvzaDGo",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S292] Add Book to PRIVATE bookshelf ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service to add a book in a private bookshelf| |```THEN```|**I should get a valid empty response** | ### 2 test case : ### | [case] | Description | Iteration | |-|-|-| | ```[C001]``` | Response has "403" code | 1 | | ```[C002]``` | Response to have matching error msg | 1 | **Datas :** - ```bookshelfId``` = 1 - ```bookId``` = 92_C6N0Kq_oC
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 186ms
Mean size per request: 514B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token d9f3a6ec-7387-4813-bdaa-2cba19f0edf7
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:14 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S292C001] Response has status 403 0 1 0
[S292C002] Response to have matching error msg 0 1 0
Total 2 2 0
Test Failures
Test NameAssertion Error
[S292C001] Response has status 403
expected response to have status code 403 but got 429
[S292C002] Response to have matching error msg
expected 'Quota exceeded for quota metric \'Queries\' and limit \'Queries per day\' of service \'books.googleapis.com\' for consumer \'project_number:665351653611\'.' to deeply equal 'Cannot modify read-only resource.'
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 336ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 4b955710-280b-4557-9ece-ad5f6af53eb8
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:14 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "ieSBnIbGTEw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "WZoUMjwrB4g",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "PfpMDAgLFew",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "tKN747J9VMI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "n8uwj27u0Wc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "lKRVJOAYVqQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "b0PCq5+YpSs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "6xf7MahPRwQ",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "uVaUDCsDfpk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "43l0QPerL24",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### Test Scenario : [S501a] Get a list of books ### |Verb|Description| |-:|:-| |```GIVEN```|The Client | |```WHEN```|I request the service for books with valid endpoint| |```AND```|I search for a book in FRENCH | |```AND```|I want the author to be "Céline Minard" | |```AND```|I want the 5 most recent publications | |```THEN```|**I should get a valid response matching the requirements** | ### 3 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has headers with content-type "JSON" | 1 | | ```[C003]``` | Response is an object,<br>has ```kind``` property with value "books#volumes", <br>and has "totalItems" property with value above 0. | 1 | | ```[C004]``` | Response has ```ìtems```property, which is an array of ```maxResults``` objects | 1 | | ```[C005]``` | Each item has an ```ìd``` | 1 | | ```[C006]``` | Each item has an ```language``` = ```lang``` | 1 | | ```[C007]``` | Each item has an ```author``` property which is an array that contains ```qData```| 1 | | ```[C008]``` | Items are sorted by ```publishedDate```| 1 | #### Datas : #### - ```qScope```= "inauthor" - ```qData```="Céline Minard" - ```maxResults```="5" -```lang```="fr" -```orderBy```="newest"
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 21.68KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 1397a3c3-0f25-4015-9aaa-6d4fd3c078e9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:15 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 29,
          "items": [
            {
              "kind": "books#volume",
              "id": "Q2J2DwAAQBAJ",
              "etag": "QI4h6LiBaKM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/Q2J2DwAAQBAJ",
              "volumeInfo": {
                "title": "Bacchantes",
                "authors": [
                  "Céline Minard"
                ],
                "publisher": "Éditions Rivages",
                "publishedDate": "2019-01-02T00:00:00+01:00",
                "description": "Céline Minard revisite avec brio les codes du film de braquage autour de la thématique du vin pour distiller un cocktail explosif où l’ivresse se mêle à la subversion. Voilà cinquante-neuf heures que la brigade de Jackie Thran encercle la cave à vin la plus sécurisée de Hong Kong, installée dans d’anciens bunkers de l’armée anglaise. Un groupe de malfaiteurs est parvenu à s’y introduire et garde en otage l’impressionnant stock qui y est entreposé. Soudain, la porte blindée du bunker Alpha s’entrouvre. Une main gantée apparaît, pose une bouteille sur le sol. Un pied chaussé d’un escarpin noir sort de l’entrebâillement et pousse le corps de verre sur la chaussée. L’acier claque à nouveau...",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782743645960"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2743645962"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 107,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=Q2J2DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=Q2J2DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=Q2J2DwAAQBAJ&printsec=frontcover&dq=inauthor:C%C3%A9line+Minard&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 6.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 6.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ&rdid=book-Q2J2DwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 6490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 6490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Bacchantes-sample-epub.acsm?id=Q2J2DwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Bacchantes-sample-pdf.acsm?id=Q2J2DwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=Q2J2DwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Céline Minard revisite avec brio les codes du film de braquage autour de la thématique du vin pour distiller un cocktail explosif où l’ivresse se mêle à la subversion."
              }
            },
            {
              "kind": "books#volume",
              "id": "Q2J2DwAAQBAJ",
              "etag": "ow9bODzuLg8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/Q2J2DwAAQBAJ",
              "volumeInfo": {
                "title": "Bacchantes",
                "authors": [
                  "Céline Minard"
                ],
                "publisher": "Éditions Rivages",
                "publishedDate": "2019-01-02T00:00:00+01:00",
                "description": "Céline Minard revisite avec brio les codes du film de braquage autour de la thématique du vin pour distiller un cocktail explosif où l’ivresse se mêle à la subversion. Voilà cinquante-neuf heures que la brigade de Jackie Thran encercle la cave à vin la plus sécurisée de Hong Kong, installée dans d’anciens bunkers de l’armée anglaise. Un groupe de malfaiteurs est parvenu à s’y introduire et garde en otage l’impressionnant stock qui y est entreposé. Soudain, la porte blindée du bunker Alpha s’entrouvre. Une main gantée apparaît, pose une bouteille sur le sol. Un pied chaussé d’un escarpin noir sort de l’entrebâillement et pousse le corps de verre sur la chaussée. L’acier claque à nouveau...",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782743645960"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2743645962"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 107,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=Q2J2DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=Q2J2DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=Q2J2DwAAQBAJ&pg=PT1&dq=inauthor:C%C3%A9line+Minard&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 6.49,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 6.49,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ&rdid=book-Q2J2DwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 6490000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 6490000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Bacchantes-sample-epub.acsm?id=Q2J2DwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Bacchantes-sample-pdf.acsm?id=Q2J2DwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=Q2J2DwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Revisitant avec brio les codes du film de braquage, Céline \u003cb\u003eMinard\u003c/b\u003e signe un \u003cbr\u003e\nroman drôle et explosif, où la subversion se mêle à l&#39;ivresse. Céline \u003cb\u003eMinard\u003c/b\u003e est l&#39;\u003cbr\u003e\nauteur de nombreuses fictions, dont Faillir être flingué (prix du Livre Inter 2014) et \u003cbr\u003e\nLe&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "D6mKwAEACAAJ",
              "etag": "KvLIqxryoms",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/D6mKwAEACAAJ",
              "volumeInfo": {
                "title": "Bacchantes",
                "authors": [
                  "Céline Minard"
                ],
                "publishedDate": "2019",
                "description": "La 4e de couverture indique : \"Alors qu'un typhon menace la baie de Hong Kong, la brigade de Jackie Thran encercle la cave à vin la plus sécurisée du monde, installée dans d'anciens bunkers de l'armée britannique. Un trio de braqueuses, aux agissements excentriques, s'y est infiltré et retient en otage l'impressionnant stock de M. Coetzer, estimé à trois cent cinquante millions de dollars... Revisitant avec brio les codes du film de braquage, Céline Minard signe un roman drôle et explosif, où la subversion se mêle à l'ivresse.\"",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "2743645954"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9782743645953"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": false
                },
                "pageCount": 105,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=D6mKwAEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=D6mKwAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=D6mKwAEACAAJ&dq=inauthor:C%C3%A9line+Minard&hl=&cd=3&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=D6mKwAEACAAJ&dq=inauthor:C%C3%A9line+Minard&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Bacchantes.html?hl=&id=D6mKwAEACAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "NO_PAGES",
                "embeddable": false,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=D6mKwAEACAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "NONE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Revisitant avec brio les codes du film de braquage, Céline Minard signe un roman drôle et explosif, où la subversion se mêle à l&#39;ivresse.&quot;"
              }
            },
            {
              "kind": "books#volume",
              "id": "Jh9sDAAAQBAJ",
              "etag": "wTh76C4V4nU",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/Jh9sDAAAQBAJ",
              "volumeInfo": {
                "title": "Le grand jeu",
                "authors": [
                  "Céline Minard"
                ],
                "publisher": "Éditions Rivages",
                "publishedDate": "2016-08-30T00:00:00+02:00",
                "description": "Installée dans un refuge high-tech accroché à une paroi d’un massif montagneux, une femme s'isole de ses semblables pour tenter de répondre à une question simple : comment vivre ? Outre la solitude, elle s’impose un entraînement physique et spirituel intense fait de longues marches, d’activités de survie, de slackline, de musique et de la rédaction d’un journal de bord. Saura-t-elle « comment vivre » après s’être mise à l’épreuve de conditions extrêmes, de la nature immuable des temps géologiques, de la brutalité des éléments ? C’est dans l’espoir d’une réponse qu’elle s’est volontairement préparée, qu’elle a tout prévu. Tout, sauf la présence, sur ces montagnes désolées, d’une ermite, surgie de la roche et du vent, qui bouleversera ses plans et changera ses résolutions... Avec son style acéré, Céline Minard nous offre un texte magnifique sur les jeux et les enjeux d'une solitude volontaire confrontée à l’épreuve des éléments. Lauréate du prix Inter (2014) pour Faillir être flingué, Céline Minard est également l’auteur du Dernier Monde (2007), Bastard Battle (2008), et So long, Luise (2011). Elle est considérée aujourd’hui comme l’une des voix les plus originales de la littérature contemporaine.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782743637323"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2743637323"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 192,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": true,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=Jh9sDAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=Jh9sDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=Jh9sDAAAQBAJ&printsec=frontcover&dq=inauthor:C%C3%A9line+Minard&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 6.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 6.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ&rdid=book-Jh9sDAAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 6990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 6990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Le_grand_jeu-sample-epub.acsm?id=Jh9sDAAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Le_grand_jeu-sample-pdf.acsm?id=Jh9sDAAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=Jh9sDAAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Avec son style acéré, Céline Minard nous offre un texte magnifique sur les jeux et les enjeux d&#39;une solitude volontaire confrontée à l’épreuve des éléments."
              }
            },
            {
              "kind": "books#volume",
              "id": "Jh9sDAAAQBAJ",
              "etag": "+2znU7DiEAI",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/Jh9sDAAAQBAJ",
              "volumeInfo": {
                "title": "Le grand jeu",
                "authors": [
                  "Céline Minard"
                ],
                "publisher": "Éditions Rivages",
                "publishedDate": "2016-08-30T00:00:00+02:00",
                "description": "Installée dans un refuge high-tech accroché à une paroi d’un massif montagneux, une femme s'isole de ses semblables pour tenter de répondre à une question simple : comment vivre ? Outre la solitude, elle s’impose un entraînement physique et spirituel intense fait de longues marches, d’activités de survie, de slackline, de musique et de la rédaction d’un journal de bord. Saura-t-elle « comment vivre » après s’être mise à l’épreuve de conditions extrêmes, de la nature immuable des temps géologiques, de la brutalité des éléments ? C’est dans l’espoir d’une réponse qu’elle s’est volontairement préparée, qu’elle a tout prévu. Tout, sauf la présence, sur ces montagnes désolées, d’une ermite, surgie de la roche et du vent, qui bouleversera ses plans et changera ses résolutions... Avec son style acéré, Céline Minard nous offre un texte magnifique sur les jeux et les enjeux d'une solitude volontaire confrontée à l’épreuve des éléments. Lauréate du prix Inter (2014) pour Faillir être flingué, Céline Minard est également l’auteur du Dernier Monde (2007), Bastard Battle (2008), et So long, Luise (2011). Elle est considérée aujourd’hui comme l’une des voix les plus originales de la littérature contemporaine.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9782743637323"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "2743637323"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 192,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": true,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=Jh9sDAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=Jh9sDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=Jh9sDAAAQBAJ&pg=PT1&dq=inauthor:C%C3%A9line+Minard&hl=&cd=5&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 6.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 6.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=Jh9sDAAAQBAJ&rdid=book-Jh9sDAAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 6990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 6990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Le_grand_jeu-sample-epub.acsm?id=Jh9sDAAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Le_grand_jeu-sample-pdf.acsm?id=Jh9sDAAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=Jh9sDAAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Avec son style acéré, Céline \u003cb\u003eMinard\u003c/b\u003e nous offre un texte magnifique sur les jeux et \u003cbr\u003e\nles enjeux d&#39;une solitude volontaire confrontée à l&#39;épreuve des éléments. Céline \u003cbr\u003e\n\u003cb\u003eMinard\u003c/b\u003e est l&#39;auteur de nombreuses fictions, dont Le Dernier Monde (2007),&nbsp;..."
              }
            }
          ]
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S201aC001] Response has 200 status code 1 0 0
[S201aC002] Response Content-Type is present and is JSON 1 0 0
[S201aC003] Response object has all expected properties 1 0 0
[S201aC004] Response has 5 items 1 0 0
[S201aC005] Each item of response has an "id" property 1 0 0
[S201aC006] Each item of response has a "language" property set to "fr" 1 0 0
[S201aC007] Each item's AUTHORS is an array that includes "minard" 1 0 0
[S201aC008] Response items are sorted from newest to oldest 1 0 0
Total 10 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 348ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 9821fccc-4f72-4bf9-9e3b-99db02abe20a
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:15 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "V2SulPFSd24",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "OQV4RhPWKPk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "1XUyarytLGM",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "lYNv1kSBS4U",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "LhT+v77DJ4c",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "Me4Q8qHFbI4",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "rYqdLNc8YR8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "q4ROcQNpktc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "DAiXqPKmiGE",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "5K94E/86FG0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL: http://books.google.fr/books?id=Q2J2DwAAQBAJ&hl=&source=gbs_api
Response Information
Response Code: 200 - OK
Mean time per request: 793ms
Mean size per request: 50.24KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token a5fa8533-bda9-4658-9009-70e8c2f78c73
Host books.google.fr
Accept-Encoding gzip, deflate, br
Connection keep-alive
Cookie NID=212=W6x7YvGelTImftbLStaYFZiQpeO0Om0O2WQQj_kTBiCHLRdHTMf5Dm_bsBHNrdlzr-BBGEch8r9syu9fGWOuRDEr4U7mN5XOguf1v5LvOKi3X0KQ6VYboaPHUOYg0Ym8aCe3-Bj0g-h0XoB9YwtK5Z7XgHffowaqFAWrjsW7tXc; CONSENT=PENDING+394
Referer http://books.google.fr/books?id=Q2J2DwAAQBAJ&hl=&source=gbs_api
Response Headers
Header NameHeader Value
Date Tue, 06 Apr 2021 14:12:16 GMT
Expires Tue, 06 Apr 2021 14:12:16 GMT
Cache-Control private, max-age=0
X-Frame-Options SAMEORIGIN
X-XSS-Protection 1; mode=block
Strict-Transport-Security max-age=604800
Content-Type text/html; charset=ISO-8859-1
X-Content-Type-Options nosniff
Content-Encoding gzip
Server OFE/0.1
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
<!DOCTYPE html><html><head><title>Bacchantes - C�line Minard - Google Livres</title><link rel="stylesheet" href="/books/css/_f11699d905c03f1abb40ded2c32fc351/kl_about_this_book_kennedy_full_bundle.css" type="text/css" /><script src="/books/javascript/atb_f11699d905c03f1abb40ded2c32fc351__fr.js"></script><link rel="canonical" href="https://books.google.com/books/about/Bacchantes.html?hl=fr&amp;id=Q2J2DwAAQBAJ"/><meta property="og:url" content="https://books.google.com/books/about/Bacchantes.html?hl=fr&amp;id=Q2J2DwAAQBAJ"/><meta name="title" content="Bacchantes"/><meta name="description" content="C�line Minard revisite avec brio les codes du film de braquage autour de la th�matique du vin pour distiller un cocktail explosif o� l&#8217;ivresse se m�le � la subversion. Voil� cinquante-neuf heures que la brigade de Jackie Thran encercle la cave � vin la plus s�curis�e de Hong Kong, install�e dans d&#8217;anciens bunkers de l&#8217;arm�e anglaise. Un groupe de malfaiteurs est parvenu � s&#8217;y introduire et garde en otage l&#8217;impressionnant stock qui y est entrepos�. Soudain, la porte blind�e du bunker Alpha s&#8217;entrouvre. Une main gant�e appara�t, pose une bouteille sur le sol. Un pied chauss� d&#8217;un escarpin noir sort de l&#8217;entreb�illement et pousse le corps de verre sur la chauss�e. L&#8217;acier claque � nouveau..."/><meta property="og:title" content="Bacchantes"/><meta property="og:type" content="book"/><meta property="og:site_name" content="Google Books"/><meta property="og:image" content="https://books.google.fr/books/publisher/content?id=Q2J2DwAAQBAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE72rG629teNF_D0A6KY-cLRGEJq9Gq0_yxpa35vI8TqXofAdgNjfpvFJlDvqBdvTzjO937bCDheC1bRVoO6Rf73ywhLv9YJJqRhaCbsvbw9BEQpEuE-AxFSchMJQ4IuzLTb7yv9p"/><link rel="image_src" href="https://books.google.fr/books/publisher/content?id=Q2J2DwAAQBAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;edge=curl&amp;imgtk=AFLRE72rG629teNF_D0A6KY-cLRGEJq9Gq0_yxpa35vI8TqXofAdgNjfpvFJlDvqBdvTzjO937bCDheC1bRVoO6Rf73ywhLv9YJJqRhaCbsvbw9BEQpEuE-AxFSchMJQ4IuzLTb7yv9p"/><script></script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
        
        #gbar { padding:.3em .6em !important;}</style></head><body ><div id=gbar><nobr><a target=_blank class=gb1 href="https://www.google.fr/search?tab=pw">Recherche</a> <a target=_blank class=gb1 href="https://www.google.fr/search?hl=fr&tbm=isch&source=og&tab=pi">Images</a> <a target=_blank class=gb1 href="https://maps.google.fr/maps?hl=fr&tab=pl">Maps</a> <a target=_blank class=gb1 href="https://play.google.com/?hl=fr&tab=p8">Play</a> <a target=_blank class=gb1 href="https://www.youtube.com/results?gl=FR&tab=p1">YouTube</a> <a target=_blank class=gb1 href="https://news.google.com/?tab=pn">Actualit�s</a> <a target=_blank class=gb1 href="https://mail.google.com/mail/?tab=pm">Gmail</a> <a target=_blank class=gb1 href="https://drive.google.com/?tab=po">Drive</a> <a target=_blank class=gb1 style="text-decoration:none" href="https://www.google.fr/intl/fr/about/products?tab=ph"><u>Plus</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a target=_top id=gb_70 href="https://www.google.com/accounts/Login?service=print&continue=https://books.google.fr/books%3Fid%3DQ2J2DwAAQBAJ%26hl%3Dfr%26source%3Dgbs_api&hl=fr&ec=GAZACg" class=gb4>Connexion</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div><div role="alert" style="position: absolute; left: 0; right: 0;"><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;source=gbs_api&amp;output=html_text" title="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran." target="_top"><img border="0" src="//www.google.com/images/cleardot.gif"alt="Les utilisateurs de lecteurs d&#39;�cran peuvent cliquer sur ce lien pour activer le mode d&#39;accessibilit�. Celui-ci propose les m�mes fonctionnalit�s principales, mais il est optimis� pour votre lecteur d&#39;�cran."></a></div><div class="kd-appbar"><h2 class="kd-appname"><a href="/books?hl=fr">Livres</a></h2><div class="kd-buttonbar left" id="left-toolbar-buttons"><a id="appbar-write-review-link" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DQ2J2DwAAQBAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DQ2J2DwAAQBAJ%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr"></a><a id="appbar-view-print-sample-link" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_atb"></a><a id="appbar-view-ebook-sample-link" href="https://play.google.com/books/reader?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;printsec=frontcover&amp;source=gbs_atb"></a><a id="appbar-patents-prior-art-finder-link" href=""></a><a id="appbar-patents-discuss-this-link" href="" data-is-grant=""></a><a id="appbar-read-patent-link" href=""></a><a id="appbar-download-pdf-link" href=""></a></div><div class="kd-buttonbar right" id="right-toolbar-buttons"></div></div><div style="display: none"><ol id="ofe-gear-menu-contents" class="gbmcc"><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlibrary%26hl%3Dfr&amp;hl=fr">Ma biblioth�que</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="http://books.google.fr/support/topic/4359341?hl=fr-FR">Aide</a></li><li class="gbe gbmtc"><a class="gbmt goog-menuitem-content" id="" href="https://books.google.fr/advanced_book_search?hl=fr">Recherche Avanc�e de Livres</a></li></ol></div><div id="volume-main"><div id="volume-left"><div id=menu_container ><div id="menu_scroll_wrapper"><div id="menu_scroll" role="navigation"><div id="gb-get-book-container"><a href="https://play.google.com/store/books/details?id=Q2J2DwAAQBAJ&amp;rdid=book-Q2J2DwAAQBAJ&amp;rdot=1&amp;source=gbs_atb&amp;pcampaignid=books_booksearch_atb" id="gb-get-book-content">Acheter cet e-book &#8211; 6,49�&#8364;</a></div><p id="gb-buy-options-trigger" class="gb-buy-options-link">Obtenir la version papier de ce livre</p><h3 class=about_title><a name="buy_anchor"></a></h3><div id=buy class=about_content><div id=buy_v><ul style="list-style-type: none; padding-left: 0; margin: 0;"><li><a style="white-space:normal" href="http://actes-sud.fr/" dir=ltr onMouseOver="this.href='http://actes-sud.fr/';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Actes Sud');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://actes-sud.fr/\x26usg\x3dAOvVaw119Q9SBKBAlkeafSW8nZ18\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Actes Sud</span></a></li><li><a style="white-space:normal" href="http://www.amazon.fr/gp/search?index=books&amp;linkCode=qs&amp;keywords=9782743645960" dir=ltr onMouseOver="this.href='http://www.amazon.fr/gp/search?index\x3dbooks\x26linkCode\x3dqs\x26keywords\x3d9782743645960';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Amazon France');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.amazon.fr/gp/search%3Findex%3Dbooks%26linkCode%3Dqs%26keywords%3D9782743645960\x26usg\x3dAOvVaw19uCnOz9YvcoF0K6PByQfJ\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Amazon France</span></a></li><li><a style="white-space:normal" href="http://www.decitre.fr/recherche/resultat.aspx?criteres=2743645962+&amp;typeCritere=EI" dir=ltr onMouseOver="this.href='http://www.decitre.fr/recherche/resultat.aspx?criteres\x3d2743645962+\x26typeCritere\x3dEI';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Decitre');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.decitre.fr/recherche/resultat.aspx%3Fcriteres%3D2743645962%2B%26typeCritere%3DEI\x26usg\x3dAOvVaw03zCJv-Opxq1RwP76_bLLR\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Decitre</span></a></li><li><a style="white-space:normal" href="http://www.librairiedialogues.fr/livre/2743645962/" dir=ltr onMouseOver="this.href='http://www.librairiedialogues.fr/livre/2743645962/';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Dialogues');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.librairiedialogues.fr/livre/2743645962/\x26usg\x3dAOvVaw3Yz7ekYPQ8Rur0NBfkMimu\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Dialogues</span></a></li><li><a style="white-space:normal" href="http://www.fnac.com/advanced/book.do?isbn=2743645962" dir=ltr onMouseOver="this.href='http://www.fnac.com/advanced/book.do?isbn\x3d2743645962';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'FNAC');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.fnac.com/advanced/book.do%3Fisbn%3D2743645962\x26usg\x3dAOvVaw0G3rxfyc91HXwojhe9VIID\x26source\x3dgbs_buy_r';return true"><span dir=ltr>FNAC</span></a></li><li><a style="white-space:normal" href="http://www.mollat.com/livres/livre-9782743645960.html" dir=ltr onMouseOver="this.href='http://www.mollat.com/livres/livre-9782743645960.html';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Mollat');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.mollat.com/livres/livre-9782743645960.html\x26usg\x3dAOvVaw37FteLbjFZm4kDi2T_gWf5\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Mollat</span></a></li><li><a style="white-space:normal" href="http://www.ombres-blanches.fr/pub/livres/fiche_det.php?isbn=2743645962" dir=ltr onMouseOver="this.href='http://www.ombres-blanches.fr/pub/livres/fiche_det.php?isbn\x3d2743645962';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Ombres-Blanches');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.ombres-blanches.fr/pub/livres/fiche_det.php%3Fisbn%3D2743645962\x26usg\x3dAOvVaw1Brguux2FPYxd-qMOqGaGr\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Ombres-Blanches</span></a></li><li><a style="white-space:normal" href="http://www.sauramps.com/rubrique.php3?id_rubrique=4914&amp;I=2743645962&amp;F=N&amp;choix=fiche" dir=ltr onMouseOver="this.href='http://www.sauramps.com/rubrique.php3?id_rubrique\x3d4914\x26I\x3d2743645962\x26F\x3dN\x26choix\x3dfiche';return false" onMouseDown="_OC_analyticsTrack('Shop', 'Click', 'Sauramps');this.href='/url?client\x3dca-google-print\x26format\x3dgoogleprint\x26num\x3d0\x26id\x3dQ2J2DwAAQBAJ\x26q\x3dhttp://www.sauramps.com/rubrique.php3%3Fid_rubrique%3D4914%26I%3D2743645962%26F%3DN%26choix%3Dfiche\x26usg\x3dAOvVaw2Yrg3ylAv7-Oy0cAj-PRtc\x26source\x3dgbs_buy_r';return true"><span dir=ltr>Sauramps</span></a></li><li><hr style="margin-right: 20%; color: #666;"></li><li><a style="white-space:normal" href="https://books.google.fr/url?id=Q2J2DwAAQBAJ&amp;q=http://worldcat.org/oclc/1158972174&amp;clientid=librarylink&amp;usg=AOvVaw2USLD2zrPQkI3Oky-0HBDr&amp;source=gbs_buy_r"onclick="_OC_analyticsTrack('Shop', 'Click', 'Trouver ce livre dans une biblioth�que')"><span dir=ltr>Trouver ce livre dans une biblioth�que</span></a></li><li><a class="secondary" style="white-space:normal" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;sitesec=buy&amp;hl=fr&amp;source=gbs_buy_r" id="get-all-sellers-link"><span dir=ltr>Tous les vendeurs</span>&nbsp;&raquo;</a></li></ul></div></div><div class=menu id=menu><div class="menu_content" style="margin-bottom:6px"><div style="margin-bottom:4px"></div><div style="margin-bottom:3px"></div><div></div></div></div><div><div id="navbarContainer" class="gb-navbar"></div><script>_OC_InitNavbar({"child_node":[{"title":"Ma biblioth�que","url":"https://books.google.fr/books?uid=114584440181414684107\u0026hl=fr\u0026source=gbs_lp_bookshelf_list","id":"my_library","collapsed":true},{"title":"Mon historique","url":"","id":"my_history","collapsed":true},{"title":"Livres sur Google�Play","url":"https://play.google.com/store/books","id":"ebookstore","collapsed":true}],"highlighted_node_id":""});</script></div></div></div></div></div><div id="volume-center"><div id="scroll_atb" role="main"><div class=vertical_module_list_row><div id=ge_summary class=about_content><div id=ge_summary_v><div class="hproduct"><table id="summary_content_table" cellspacing=0 cellpadding=0><tr><td id="bookinfo"><h1 class="booktitle"><span class="fn"><span dir=ltr>Bacchantes</span></span><span class="subtitle"></span></h1><div class="bookcover"><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;printsec=frontcover&amp;hl=fr&amp;source=gbs_ge_summary_r&amp;cad=0" ><img src="https://books.google.fr/books/publisher/content?id=Q2J2DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE727S-CJdgRH9csiC5UA3yCLOdk2EqwDWMqPF_k-ltjzO0VmtIYGH9C0DADfS9B9JSA9ytW2GFHzSdsUhcLRArzKfaHyGKKx5zslVQ6pyCOD7z39ivNYCdoQiRsWTM18lq31H8vO" alt="Couverture" title="Couverture" width=128 border=1 id=summary-frontcover ></a></div><div class="bookinfo_sectionwrap"><div><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22C%C3%A9line+Minard%22" class="secondary"><span dir=ltr>C�line Minard</span></a></div><div><span dir=ltr>Rivages</span> - <span dir=ltr>107 pages</span></div><div class="reviewaggregate hreview-aggregate"><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;sitesec=reviews" aria-label="Note moyenne attribu�e par les utilisateurs - Aucun avis"><span class="gb-star-off goog-inline-block rating"><span class="value-title" title="0.0"></span></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span><span class="gb-star-off goog-inline-block"></span></a> <span class="num-ratings"><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;sitesec=reviews" class="sbs-count secondary"><span class="count">0</span> Avis</a></span></div></div><div id=synopsis><div id=synopsis-window><div id=synopsistext dir=ltr class="sa"><p>C�line Minard revisite avec brio les codes du film de braquage autour de la th�matique du vin pour distiller un cocktail explosif o� l&#8217;ivresse se m�le � la subversion. Voil� cinquante-neuf heures que la brigade de Jackie Thran encercle la cave � vin la plus s�curis�e de Hong Kong, install�e dans d&#8217;anciens bunkers de l&#8217;arm�e anglaise. Un groupe de malfaiteurs est parvenu � s&#8217;y introduire et garde en otage l&#8217;impressionnant stock qui y est entrepos�. Soudain, la porte blind�e du bunker Alpha s&#8217;entrouvre. Une main gant�e appara�t, pose une bouteille sur le sol. Un pied chauss� d&#8217;un escarpin noir sort de l&#8217;entreb�illement et pousse le corps de verre sur la chauss�e. L&#8217;acier claque � nouveau...</p></div></div></div><div class="search_box_wrapper"><form action=/books id=search_form style="margin:0px;padding:0px;" method=get> <input type=hidden name="hl" value="fr"><input type=hidden name="id" value="Q2J2DwAAQBAJ"><table cellpadding=0 cellspacing=0 class="swv-table"><tr><td class="swv-td-search"><span><input id=search_form_input type=text maxlength=1024 class="text_flat swv-input-search" aria-label="Rechercher dans ce livre" name=q value="" title="Chercher dedans" accesskey=i></span></td><td class="swv-td-space"><div>&nbsp;</div></td><td><input type=submit value="Chercher dedans"></td></tr></table><script type="text/javascript">if (window['_OC_autoDir']) {_OC_autoDir('search_form_input');}</script></form><div id="preview-link"><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;printsec=frontcover&amp;hl=fr" class="primary"><span dir=ltr>Aper�u du livre</span> &raquo;</a></div></div></td> </tr></table><div id="summary-second-column"></div></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="reviews_ge_anchor"></a>Avis des internautes&nbsp;<span class='dash'>-</span>&nbsp;<a href='https://www.google.com/accounts/Login?service=print&amp;continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DQ2J2DwAAQBAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DQ2J2DwAAQBAJ%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr&amp;hl=fr' class='primary write-review' id='write-review-link'>R�diger un commentaire</a></h3><div id=reviews_ge class=about_content><div id=reviews_ge_v><div id="histogram-container"></div><div><div class="single-review"><h4><span dir=ltr>Bacchantes</span></h4><span class="aux" >Avis d&#39;utilisateur&nbsp; - yifanld - Babelio</span><p dir=ltr><span dir=ltr>Une histoire rocambolesque de braquage de cave � vins de luxe men� par trois femmes aux caract�res bien tremp�s. Le sc�nario est original, les enqu�teurs n&#8217;attendent pas de femmes derri�re ce type de ...</span> <a class="secondary" href="https://books.google.fr/url?id=Q2J2DwAAQBAJ&amp;q=https://www.babelio.com/livres/Minard-Bacchantes/1098987/critiques/2460630&amp;usg=AOvVaw2ML3s2h0MqZMTj4OVW3slA&amp;source=gbs_site_section_reviews_ge_r">Consulter l&#39;avis complet</a></p></div><div class="single-review"><h4><span dir=ltr>Bacchantes</span></h4><span class="aux" >Avis d&#39;utilisateur&nbsp; - Jeup - Babelio</span><p dir=ltr><span dir=ltr>Policier, braquage, h�donisme, humour, d�lire, parodie...... inclassable La Bombe, La Brune et La Clown se sont retranch�es dans le bunker ultra s�curis� de Coetzer. Cette place forte renferme la plus ...</span> <a class="secondary" href="https://books.google.fr/url?id=Q2J2DwAAQBAJ&amp;q=https://www.babelio.com/livres/Minard-Bacchantes/1098987/critiques/2347535&amp;usg=AOvVaw34XCkaeGeNuOc77ohdMiOC&amp;source=gbs_site_section_reviews_ge_r">Consulter l&#39;avis complet</a></p></div></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="toc_anchor"></a>Table des mati�res</h3><div id=toc class=about_content><div id=toc_v><div class="first_toc_column"><div class="first_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;pg=PT22&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=2" ><span title="Section 1" style="white-space:nowrap"><span dir=ltr>Section 1</span></span></a></div></td><td class="toc_number" align=right></td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;pg=PT37&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=2" ><span title="Section 2" style="white-space:nowrap"><span dir=ltr>Section 2</span></span></a></div></td><td class="toc_number" align=right></td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><div class="second_toc_column"><div class="second_toc_pad"><table><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;pg=PT48&amp;hl=fr&amp;source=gbs_toc_r&amp;cad=2" ><span title="Section 3" style="white-space:nowrap"><span dir=ltr>Section 3</span></span></a></div></td><td class="toc_number" align=right></td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr><tr><td class="toc_entry"><div class="toc_entry"><a class="primary" href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;printsec=copyright&amp;hl=fr" ><span title="Droits d&#39;auteur" style="white-space:nowrap"><span dir=ltr>Droits d&#39;auteur</span></span></a></div></td><td class="toc_number" align=right></td></tr><tr><td class="toc_border">  </td><td class="toc_border"></td></tr></table></div></div><br style="clear:both;"/></div><div style="clear:left; height:1em"></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="book_other_versions_anchor"></a>Autres �ditions - <a href='https://books.google.fr/books?q=editions:ISBN2743645962&id=Q2J2DwAAQBAJ&hl=fr'>Tout afficher</a></h3><div id=book_other_versions class=about_content><div id=book_other_versions_v><div class="one-third-column"><div class="crsiwrapper"><table class="rsi" cellspacing=0 cellpadding=0 border=0><tr><td class="coverdstd" align="center"><a href="https://books.google.fr/books?id=D6mKwAEACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=3" ><img alt="" class="coverthumb hover-card-attach-point" src="https://books.google.fr/books/publisher/content?id=D6mKwAEACAAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=5" border="0" height="80"></a></td><td valign=top><div class=resbdy><a class="primary cresbdy" href="https://books.google.fr/books?id=D6mKwAEACAAJ&amp;hl=fr&amp;source=gbs_book_other_versions_r&amp;cad=3"><span dir=ltr>Bacchantes</span></a><br><span style="line-height: 1.3em; font-size:-1;"><span><a href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22C%C3%A9line+Minard%22" class="secondary"><span dir=ltr>C�line Minard</span></a></span><br/><span><span style="color:#999">Aucun aper�u disponible</span> - 2019</span><br/></span></div></td><td align=right></td></tr></table></div></div><script>(function () {var fn = window['_OC_WSBookList'] || window['_OC_BookList'];fn && fn('book_other_versions', [{"title":"Bacchantes","authors":"C�line Minard","bib_key":"ISBN:2743645954","pub_date":"2019","snippet":"La 4e de couverture indique : \"Alors qu'un typhon menace la baie de Hong Kong, la brigade de Jackie Thran encercle la cave � vin la plus s�curis�e du monde, install�e dans d ...","subject":"Fiction","info_url":"https://books.google.fr/books?id=D6mKwAEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","preview_url":"https://books.google.fr/books?id=D6mKwAEACAAJ\u0026hl=fr\u0026source=gbs_book_other_versions","thumbnail_url":"https://books.google.fr/books/publisher/content?id=D6mKwAEACAAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1","num_pages":105,"viewability":4,"preview":"noview","embeddable":false,"my_ebooks_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fas_coll%3D7%26hl%3Dfr\u0026hl=fr","num_reviews":0,"rating_score":0,"reviews_url":"https://books.google.fr/books?id=D6mKwAEACAAJ\u0026hl=fr\u0026sitesec=reviews","write_review_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fop%3Dlookup%26id%3DD6mKwAEACAAJ%26continue%3Dhttps://books.google.fr/books%253Fid%253DQ2J2DwAAQBAJ%2526hl%253Dfr%2526source%253Dgbs_api%26hl%3Dfr\u0026hl=fr","can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false}]);})();</script></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="word_cloud_anchor"></a>Expressions et termes fr�quents</h3><div id=word_cloud class=about_content><div id=word_cloud_v><style type="text/css">.cloud9 {color: #7777cc;font-size: 10px;}.cloud8 {color: #6963CC;font-size: 10.5px;}.cloud7 {color: #6057CC;font-size: 11px;}.cloud6 {color: #574BCC;font-size: 11.5px;}.cloud5 {color: #4E3DCC;font-size: 12px;}.cloud4 {color: #4632CC;font-size: 14px;}.cloud3 {color: #3D26CC;font-size: 16px;}.cloud2 {color: #341ACC;font-size: 18px;}.cloud1 {color: #2B0DCC;font-size: 20px;}.cloud0 {color: #2200CC;font-size: 22px;}.cloud {margin-top: 4px;line-height: 24px;}.cloud a {margin-right: 6px;text-decoration: none;}.cloud a:hover {text-decoration: underline;}</style><div class=cloud><a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=appel&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>appel</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=attend&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>attend</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=avant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>avant</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=avez&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>avez</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=avons&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>avons</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=besoin&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>besoin</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Bizzie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>Bizzie</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Bombe&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>Bombe</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bouche&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>bouche</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bouge&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>bouge</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bout&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>bout</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bouteille&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>bouteille</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bras&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>bras</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bruit&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>bruit</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Brune&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>Brune</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bunker+de+r%C3%A9ception&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>bunker de r�ception</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=bunkers&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>bunkers</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=C%E2%80%99est&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud0"><span dir=ltr>C&#8217;est</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=cam%C3%A9ra&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>cam�ra</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=cent&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>cent</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Cherry&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>Cherry</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=chose&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>chose</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Clown&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>Clown</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Coetzer&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud0"><span dir=ltr>Coetzer</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=commence&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>commence</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=contact&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>contact</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=corridor&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>corridor</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=coup&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>coup</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Cutzi&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>Cutzi</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=d%E2%80%99un&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud0"><span dir=ltr>d&#8217;un</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=d%E2%80%99une&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>d&#8217;une</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=demande&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>demande</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=derni%C3%A8re&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>derni�re</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=derri%C3%A8re&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>derri�re</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=devant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>devant</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=discr%C3%A8te&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>discr�te</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=doigt&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>doigt</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=dollars&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>dollars</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=%C3%A9paule&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>�paule</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=explosifs&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>explosifs</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=fauteuil&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>fauteuil</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=femme&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>femme</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=gauche&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>gauche</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=geste&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>geste</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=heures&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>heures</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=hommes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>hommes</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Hong+Kong&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>Hong Kong</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=J%E2%80%99ai&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>J&#8217;ai</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Jackie+Thran&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>Jackie Thran</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Jelena+Drogan&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>Jelena Drogan</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=l%E2%80%99%C3%A9cran&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>l&#8217;�cran</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=l%E2%80%99int%C3%A9rieur&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>l&#8217;int�rieur</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=laisse&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>laisse</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=lance&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>lance</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=l%C3%A8vres&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>l�vres</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=main&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>main</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=maintenant&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>maintenant</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Marwan&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>Marwan</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=m%C3%A8tres&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>m�tres</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=millions&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>millions</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=minutes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>minutes</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=monde&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>monde</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=monsieur+Coetzer&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>monsieur Coetzer</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=monte&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>monte</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=n%E2%80%99est&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>n&#8217;est</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=n%C3%A9gociateur&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>n�gociateur</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=noir&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>noir</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=nouveau&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>nouveau</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=ouvert&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>ouvert</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=parler&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>parler</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=passer&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>passer</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=pense&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>pense</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=personne&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>personne</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=petit&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>petit</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=petits&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>petits</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=peut-%C3%AAtre&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>peut-�tre</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=pied&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>pied</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=place&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>place</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=plan&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>plan</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=porte&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud1"><span dir=ltr>porte</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=porte+alpha&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>porte alpha</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=pose&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>pose</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=pouvez&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>pouvez</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=premier&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>premier</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=prend&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>prend</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=pris&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>pris</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=qu%E2%80%99elle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>qu&#8217;elle</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=Qu%E2%80%99est-ce&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>Qu&#8217;est-ce</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=qu%E2%80%99il&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud2"><span dir=ltr>qu&#8217;il</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=qu%E2%80%99on&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>qu&#8217;on</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=qu%E2%80%99un&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>qu&#8217;un</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=quatre&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>quatre</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=regarde&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>regarde</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=reste&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>reste</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=rien&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>rien</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=robe&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>robe</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=rouge&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>rouge</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=roule&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>roule</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=s%E2%80%99en&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>s&#8217;en</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=s%E2%80%99est&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>s&#8217;est</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=s%E2%80%99il&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>s&#8217;il</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sais&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>sais</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sait&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>sait</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=saute&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>saute</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=secondes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>secondes</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sent&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>sent</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sera&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>sera</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=seul&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>seul</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=situation&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>situation</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sommes&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>sommes</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=sortie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud3"><span dir=ltr>sortie</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=souffle&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>souffle</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=suite&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>suite</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=s%C3%BBr&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>s�r</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=table&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>table</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=tend&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>tend</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=t%C3%AAte&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>t�te</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=tient&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>tient</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=tombe&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>tombe</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=touche&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>touche</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=trouv%C3%A9&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>trouv�</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=tube&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>tube</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=typhon&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>typhon</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=verre&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud4"><span dir=ltr>verre</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=veux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>veux</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=vide&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>vide</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=vient&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>vient</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=vingt&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud8"><span dir=ltr>vingt</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=visage&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>visage</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=voix&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud6"><span dir=ltr>voix</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=vraie&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud9"><span dir=ltr>vraie</span></a> <a href="https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;q=yeux&amp;hl=fr&amp;source=gbs_word_cloud_r&amp;cad=4"  class="cloud7"><span dir=ltr>yeux</span></a></div></div></div></div><div class=vertical_module_list_row><h3 class=about_title><a name="about_author_anchor"></a>� propos de l'auteur&nbsp;<span style="color:#666; font-weight:normal">(2019)</span></h3><div id=about_author class=about_content><div id=about_author_v><div class=textmodulecontent><p>C�line Minard est l'auteur de plusieurs romans dont Le Dernier Monde (2007), Bastard Battle (2008), et So long, Luise (2011). Elle est consid�r�e aujourd'hui comme l'une des voix les plus originales de la litt�rature contemporaine.</p>
        </div></div></div></div><div class=vertical_module_list_row><h3 class="about_title">Informations bibliographiques</h3><div class="about_content" id="metadata_content" style="padding-bottom:.3em"><div class="metadata_sectionwrap"><div class="qrcode_content"><a href="https://chart.googleapis.com/chart?chs=400x400&amp;cht=qr&amp;chl=https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;source=qrcode"><img src="https://chart.googleapis.com/chart?chs=150x150&amp;cht=qr&amp;chl=https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;source=qrcode" alt="QR code for Bacchantes"title="Bacchantes"width="150" height="150"></a></div><table id="metadata_content_table"><tr class="metadata_row"><td class="metadata_label">Titre</td><td class="metadata_value"><span dir=ltr>Bacchantes</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Auteur</span></td><td class="metadata_value"><a class="primary" href="https://www.google.fr/search?hl=fr&amp;tbo=p&amp;tbm=bks&amp;q=inauthor:%22C%C3%A9line+Minard%22&amp;source=gbs_metadata_r&amp;cad=6"><span dir=ltr>C�line Minard</span></a></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>�diteur</span></td><td class="metadata_value"><span dir=ltr>Rivages</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>ISBN</span></td><td class="metadata_value"><span dir=ltr>2743645962, 9782743645960</span></td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Longueur</span></td><td class="metadata_value"><span dir=ltr>107 pages</span></td></tr><tr class="metadata_row"><td>&nbsp</td><td>&nbsp</td></tr><tr class="metadata_row"><td class="metadata_label"><span dir=ltr>Exporter la citation</span></td><td class="metadata_value"><a class="gb-button " href="https://books.google.fr/books/download/Bacchantes.bibtex?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;output=bibtex"><span dir=ltr>BiBTeX</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Bacchantes.enw?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;output=enw"><span dir=ltr>EndNote</span></a>&nbsp;<a class="gb-button " href="https://books.google.fr/books/download/Bacchantes.ris?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;output=ris"><span dir=ltr>RefMan</span></a></td></tr></table></div><div style="clear:both"></div></div></div><script>_OC_addFlags({Host:"https://books.google.fr/", IsBrowsingHistoryEnabled:1, IsZipitFolderCollectionEnabled:1, IsBooksUnifiedLeftNavEnabled:1, IsBooksRentalEnabled:1});_OC_Run({"is_cobrand":false,"sign_in_url":"https://www.google.com/accounts/Login?service=print\u0026continue=https://books.google.fr/books%3Fid%3DQ2J2DwAAQBAJ%26hl%3Dfr%26source%3Dgbs_api\u0026hl=fr"}, {"volume_id":"Q2J2DwAAQBAJ","is_ebook":true,"volumeresult":{"has_flowing_text":true,"has_scanned_text":true,"can_download_pdf":false,"can_download_epub":false,"is_pdf_drm_enabled":false,"is_epub_drm_enabled":false},"sample_url":"https://play.google.com/books/reader?id=Q2J2DwAAQBAJ\u0026hl=fr\u0026printsec=frontcover\u0026source=gbs_atb_hover","is_browsable":true,"is_public_domain":false}, {});</script><div id="footer_table" style="font-size:83%;text-align:center;position:relative;top:20px;height:4.5em;margin-top:2em"><div style="margin-bottom:8px"><a href="/intl/fr/googlebooks/about.html"><nobr><nobr>� propos de Google�Livres</nobr></nobr></a> - <a href="/intl/fr/googlebooks/privacy.html"><nobr><nobr>R�gles de confidentialit�</nobr></nobr></a> - <a href="/intl/fr/googlebooks/tos.html"><nobr><nobr>Conditions&nbsp;d'&nbsp;utilisation</nobr></nobr></a> - <a href="http://books.google.fr/support/partner/?hl=fr-FR"><nobr><nobr>Informations destin�es aux �diteurs</nobr></nobr></a> - <a href="http://books.google.fr/support/answer/180577?hl=fr-FR&amp;url=https://books.google.fr/books?id=Q2J2DwAAQBAJ&amp;hl=fr&amp;source=gbs_api&amp;v=Q2J2DwAAQBAJ&amp;is=atb"><nobr><nobr>Signaler un probl�me</nobr></nobr></a> - <a href="http://books.google.fr/support/topic/4359341?hl=fr-FR"><nobr><nobr>Aide</nobr></nobr></a> - <a href="https://www.google.fr/search?hl=fr"><nobr><nobr>Accueil&nbsp;Google</nobr></nobr></a></div></div><script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;ga('create', 'UA-18010-1', 'auto');ga('send', 'pageview');</script><script async src='https://www.google-analytics.com/analytics.js'></script></div></div></div><script>(function() {var href = window.location.href;if (href.indexOf('?') !== -1) {var parameters = href.split('?')[1].split('&');for (var i = 0; i < parameters.length; i++) {var param = parameters[i].split('=');if (param[0] == 'focus') {var elem = document.getElementById(param[1]);if (elem) {elem.focus();}}}}})();</script>
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 4 0 0
[S00json] response format is JSON 4 0 0
[S501bC001] Response id matches request id 4 0 0
[S501bC002] Response title matches 4 0 0
[S501bC003] Response image link is valid and pointing to an image 4 0 0
[S201bC004] Response preview link is valid and pointing to an html page 4 0 0
[S201bC005] Response info link is valid and pointing to an html page 4 0 0
Total 28 0 0
Test Failure
Test NameAssertion Error
Request Description
This is a fake request used for routing purpose.
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/volumes?q=foo
Response Information
Response Code: 200 - OK
Mean time per request: 339ms
Mean size per request: 32.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 15c2e5f6-358f-4115-9cab-d0d69a201bd3
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json; charset=UTF-8
Vary Origin
Vary X-Origin
Vary Referer
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:17 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "kind": "books#volumes",
          "totalItems": 622,
          "items": [
            {
              "kind": "books#volume",
              "id": "B3hOv6y9_dcC",
              "etag": "w+W+GBYANMc",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/B3hOv6y9_dcC",
              "volumeInfo": {
                "title": "Akim-foo",
                "subtitle": "The History of a Failure",
                "authors": [
                  "Sir William Francis Butler"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "HARVARD:32044088677398"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 300,
                "printType": "BOOK",
                "categories": [
                  "Ashanti War, 1873-1874"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.1.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=B3hOv6y9_dcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=B3hOv6y9_dcC&pg=RA1-PA11&dq=foo&hl=&cd=1&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=B3hOv6y9_dcC&rdid=book-B3hOv6y9_dcC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Akim_foo.epub?id=B3hOv6y9_dcC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=B3hOv6y9_dcC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Akim - \u003cb\u003efoo\u003c/b\u003e : the History of a Failure . Demy Svo . cloth . 16s . 78. 6d . ADOGAN ( \u003cbr\u003e\nLady A. ) Illustrated Games of Patience . By the LADY ADELAIDE CADOGAN . \u003cbr\u003e\nTwentyfour Diagrams in Colours , with Descriptive Text . Foolscap 4to . , cloth \u003cbr\u003e\nextra&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "ZUE6AQAAMAAJ",
              "etag": "SABwvzzG/Xk",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/ZUE6AQAAMAAJ",
              "volumeInfo": {
                "title": "Correspondence Respecting the Attack on British Protestant Missionaries at Yang-chow-foo, August 1868",
                "subtitle": "Presented to Both Houses of Parliament by Command of Her Majesty, 1869",
                "authors": [
                  "Great Britain. Foreign Office"
                ],
                "publishedDate": "1975",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "MSU:31293107021796"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 189,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=ZUE6AQAAMAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=ZUE6AQAAMAAJ&pg=RA1-PA51&dq=foo&hl=&cd=2&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=ZUE6AQAAMAAJ&rdid=book-ZUE6AQAAMAAJ&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Correspondence_Respecting_the_Attack_on.epub?id=ZUE6AQAAMAAJ&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=ZUE6AQAAMAAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "On the 29th , when I landed in my own boats and went up to Taiwan - \u003cb\u003efoo\u003c/b\u003e , and \u003cbr\u003e\nwas received by the Taoutae in accordance with a demand from me , the Taoutae \u003cbr\u003e\nkept me waiting in a hot court - yard for ten minutes and never received me with&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "rhIrDwAAQBAJ",
              "etag": "p+vXGojAnr0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/rhIrDwAAQBAJ",
              "volumeInfo": {
                "title": "Dave Grohl. Nirvana, Foo Fighters et autres mésaventures",
                "authors": [
                  "Martin James"
                ],
                "publisher": "Le Castor Astral éditeur",
                "publishedDate": "2017-09-15",
                "description": "Martin James retrace à l’aide d’interviews inédites la trajectoire de Dave Grohl, qui a démarré à 17 ans avec Scream, a participé à la légende Nirvana, a composé la discographie des Foo Fighters. Ou comment le bassiste, batteur, compositeur et chanteur est devenu une référence musicale mondiale, sans jamais renier le rock. Martin James est entre autres journaliste pour The Independent, The Guardian, Mojo et Uncut. Il est également auteur de biographies sur Moby, The Prodigy et Fat Boy Slim. « Tous les fans de Nirvana et des Foo Fighters, et les aficionados du rock en général, vont aimer ce livre. » - Library journal « Fascinant. » - The Guardian « C’est un fait : quoi qu’il fasse, avec ses tatouages, ses chemises de bûcheron et son sourire guilleret, Dave Grohl est cool. En concert, c’est un monstre d’abnégation et de générosité, prêt à tout pour son public. » - Télérama",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9791027804955"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 256,
                "printType": "BOOK",
                "categories": [
                  "Music"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=rhIrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "fr",
                "previewLink": "http://books.google.fr/books?id=rhIrDwAAQBAJ&pg=PT84&dq=foo&hl=&cd=3&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 17.99,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=rhIrDwAAQBAJ&rdid=book-rhIrDwAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 17990000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-epub.acsm?id=rhIrDwAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Dave_Grohl_Nirvana_Foo_Fighters_et_autre-sample-pdf.acsm?id=rhIrDwAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=rhIrDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "En dépit, semble-t-il, de leur propre succès, les \u003cb\u003eFoo\u003c/b\u003e Fighters sont fréquemment \u003cbr\u003e\ncomparés à Nirvana, souvent injustement. Dans son bilan de l&#39;année, le Melody \u003cbr\u003e\nMaker, sévère, a « toujours ce sentiment dérangeant que les \u003cb\u003eFoo\u003c/b\u003e Fighters jouent\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "h1ZUjC5kiksC",
              "etag": "s3dxZnYtyT0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/h1ZUjC5kiksC",
              "volumeInfo": {
                "title": "History of Merchant Shipping and Ancient Commerce by W.S. Lindsay",
                "authors": [
                  "William Schaw Lindsay"
                ],
                "publishedDate": "1876",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "IBNF:CF005786550"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 672,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.2.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=h1ZUjC5kiksC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=h1ZUjC5kiksC&pg=PA611&dq=foo&hl=&cd=4&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=h1ZUjC5kiksC&rdid=book-h1ZUjC5kiksC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.epub?id=h1ZUjC5kiksC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/History_of_Merchant_Shipping_and_Ancient.pdf?id=h1ZUjC5kiksC&hl=&output=pdf&sig=ACfU3U3tiQpRwKP0AT8X9Sq4pnR0wnAK0Q&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=h1ZUjC5kiksC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Oct. 7 8 7 3 17 17 \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - too \u003cb\u003eFoo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e Shanghai Shanghai Whampoa \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow - \u003cb\u003efoo Foo\u003c/b\u003e - chow \u003cbr\u003e\n- \u003cb\u003efoo\u003c/b\u003e .. \u003cb\u003eFoo\u003c/b\u003e - chow - \u003cb\u003efoo\u003c/b\u003e Shanghai Sept. 11 102 100 122 98 128 126 104 97 97&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "0K4RCTFXFTkC",
              "etag": "rNnfRFS64/k",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/0K4RCTFXFTkC",
              "volumeInfo": {
                "title": "Susanna Foo Chinese Cuisine",
                "subtitle": "The Fabulous Flavors & Innovative Recipes of North America's Finest Chinese Cook",
                "authors": [
                  "Susanna Foo"
                ],
                "publisher": "Houghton Mifflin Harcourt",
                "publishedDate": "2002",
                "description": "Shares recipes for dim sum, soups, vegetables, salads, fish, seafood, poultry, meat, noodles, rice, breads, pancakes, and desserts.",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_10",
                    "identifier": "0618254358"
                  },
                  {
                    "type": "ISBN_13",
                    "identifier": "9780618254354"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 352,
                "printType": "BOOK",
                "categories": [
                  "Cooking"
                ],
                "averageRating": 4,
                "ratingsCount": 3,
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "2.2.2.0.preview.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=0K4RCTFXFTkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&pg=PA242&dq=foo&hl=&cd=5&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=0K4RCTFXFTkC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Susanna_Foo_Chinese_Cuisine.html?hl=&id=0K4RCTFXFTkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Susanna_Foo_Chinese_Cuisine-sample-pdf.acsm?id=0K4RCTFXFTkC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=0K4RCTFXFTkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "The Fabulous Flavors &amp; Innovative Recipes of North America&#39;s Finest Chinese \u003cbr\u003e\nCook Susanna \u003cb\u003eFoo\u003c/b\u003e. Return the sauce to the pot and add the daikon. Add the \u003cbr\u003e\nremaining 1 cup water to cover the daikon. Return the lamb to the pot, cover and\u003cbr\u003e\n&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "7ike6MAZ4JwC",
              "etag": "MVn1AaRQemA",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/7ike6MAZ4JwC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze, and report of the naval surveyors on the river above Hankow. [With maps.]",
                "authors": [
                  "Chamber of Commerce (SHANGHAI)"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "BL:A0023468275"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.3.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=7ike6MAZ4JwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=7ike6MAZ4JwC&pg=PT39&dq=foo&hl=&cd=6&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=7ike6MAZ4JwC&rdid=book-7ike6MAZ4JwC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=7ike6MAZ4JwC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=7ike6MAZ4JwC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Khwei - \u003cb\u003efoo\u003c/b\u003e or Khwei - chow - \u003cb\u003efoo\u003c/b\u003e , -Barrier town , left bank Yangtsze . Szechuen . \u003cbr\u003e\nKia - ting - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - chow of Pau - ning - \u003cb\u003efoo\u003c/b\u003e . Szechuen . Kien - \u003cbr\u003e\nchuen - chow of Le - kiang - \u003cb\u003efoo\u003c/b\u003e . Yunnan . ( Below Map ) Kin - chow - \u003cb\u003efoo\u003c/b\u003e . \u003cbr\u003e\nHoopeh&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "JhdGyJag1oAC",
              "etag": "s4s0B9bxGYw",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/JhdGyJag1oAC",
              "volumeInfo": {
                "title": "Report of the Delegates of the Shanghai General Chamber of Commerce on the Trade of the Upper Yangtsze (etc.)",
                "authors": [
                  "[Anonymus AC10242920]"
                ],
                "publishedDate": "1869",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "ONB:+Z228584602"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 51,
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.2.3.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=JhdGyJag1oAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=JhdGyJag1oAC&pg=RA2-PT7&dq=foo&hl=&cd=7&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=JhdGyJag1oAC&rdid=book-JhdGyJag1oAC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false,
                  "downloadLink": "http://books.google.fr/books/download/Report_of_the_Delegates_of_the_Shanghai.epub?id=JhdGyJag1oAC&hl=&output=epub&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=JhdGyJag1oAC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "Position Name . on Мар . EF FG Anla - hien of Clang - sla - \u003cb\u003efoo\u003c/b\u003e .長樂 FE Chang - \u003cbr\u003e\nlo - hien of Ichang - \u003cb\u003efoo\u003c/b\u003e . Hoopeh . | - Charg - kia - kow or Kalgan at Gate in Great \u003cbr\u003e\nWall , on road from Peking to Kiachta . ( Above Map ) JE Chang - show - hien of&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "FI4eaajjC7sC",
              "etag": "hpWbnUpfzxs",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/FI4eaajjC7sC",
              "volumeInfo": {
                "title": "Foo Fighters",
                "publisher": "PediaPress",
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "printType": "BOOK",
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "preview-1.0.0",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=FI4eaajjC7sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=FI4eaajjC7sC&pg=PA294&dq=foo&hl=&cd=8&source=gbs_api",
                "infoLink": "http://books.google.fr/books?id=FI4eaajjC7sC&dq=foo&hl=&source=gbs_api",
                "canonicalVolumeLink": "https://books.google.com/books/about/Foo_Fighters.html?hl=&id=FI4eaajjC7sC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "NOT_FOR_SALE",
                "isEbook": false
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": false
                },
                "webReaderLink": "http://play.google.com/books/reader?id=FI4eaajjC7sC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "539 ”\u003cb\u003eFoo\u003c/b\u003e Fighters &gt; Charts &amp; Awards &gt; Billboard Albums” http://www.allmusic.\u003cbr\u003e\ncom/cg/amg.dll?p= amg&amp;sql=11:jxfwxqegldde~T50. Allmusic. . Retrieved 2008-\u003cbr\u003e\n05-08. 540 ”Discography \u003cb\u003eFoo\u003c/b\u003e Fighters”&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "sK93DQAAQBAJ",
              "etag": "j676N86CeB8",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/sK93DQAAQBAJ",
              "volumeInfo": {
                "title": "Foo Foo and the Golden Fleas",
                "authors": [
                  "Josh Roggenbuck"
                ],
                "publisher": "Xlibris Corporation",
                "publishedDate": "2016-11-03",
                "description": "Book 2. Crisis has again hit Briar Patch. The Briar Patch street lights have gone missing. The councils main suspect? An old pack rat that lives off Farmer Browns land. To find the missing street lights, Briar Patch sends their newest knight, Foo Foo, on a daring new quest. But Foo Foo isnt sure he is ready for his first real assignment. Is our brave hero in over his head or can he face the challenges ahead? Its time for . . . the quest of the golden fleas!",
                "industryIdentifiers": [
                  {
                    "type": "ISBN_13",
                    "identifier": "9781524550035"
                  },
                  {
                    "type": "ISBN_10",
                    "identifier": "1524550035"
                  }
                ],
                "readingModes": {
                  "text": true,
                  "image": true
                },
                "pageCount": 26,
                "printType": "BOOK",
                "categories": [
                  "Fiction"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "1.1.1.0.preview.3",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=sK93DQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=sK93DQAAQBAJ&pg=PT9&dq=foo&hl=&cd=9&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FOR_SALE",
                "isEbook": true,
                "listPrice": {
                  "amount": 4.21,
                  "currencyCode": "EUR"
                },
                "retailPrice": {
                  "amount": 4,
                  "currencyCode": "EUR"
                },
                "buyLink": "https://play.google.com/store/books/details?id=sK93DQAAQBAJ&rdid=book-sK93DQAAQBAJ&rdot=1&source=gbs_api",
                "offers": [
                  {
                    "finskyOfferType": 1,
                    "listPrice": {
                      "amountInMicros": 4210000,
                      "currencyCode": "EUR"
                    },
                    "retailPrice": {
                      "amountInMicros": 4000000,
                      "currencyCode": "EUR"
                    },
                    "giftable": true
                  }
                ]
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "PARTIAL",
                "embeddable": true,
                "publicDomain": false,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-epub.acsm?id=sK93DQAAQBAJ&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "pdf": {
                  "isAvailable": true,
                  "acsTokenLink": "http://books.google.fr/books/download/Foo_Foo_and_the_Golden_Fleas-sample-pdf.acsm?id=sK93DQAAQBAJ&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=sK93DQAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "SAMPLE",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "As soon as \u003cb\u003eFoo Foo\u003c/b\u003e was out of the council room, he realized he had no idea \u003cbr\u003e\nwhere the pack rat was supposed to be. \u003cb\u003eFoo Foo\u003c/b\u003e visited his friends, JJ and Klora, \u003cbr\u003e\nto see if they would help. They didn&#39;t have any ideas, but JJ knew where the car&nbsp;..."
              }
            },
            {
              "kind": "books#volume",
              "id": "EiLMpZBacwkC",
              "etag": "IY/dAYhRSY0",
              "selfLink": "https://www.googleapis.com/books/v1/volumes/EiLMpZBacwkC",
              "volumeInfo": {
                "title": "Journeys in North China, Manchuria, and Eastern Mongolia",
                "subtitle": "With Some Account of Corea",
                "authors": [
                  "Alexander Williamson"
                ],
                "publishedDate": "1870",
                "industryIdentifiers": [
                  {
                    "type": "OTHER",
                    "identifier": "UOM:39015049818100"
                  }
                ],
                "readingModes": {
                  "text": false,
                  "image": true
                },
                "pageCount": 886,
                "printType": "BOOK",
                "categories": [
                  "China"
                ],
                "maturityRating": "NOT_MATURE",
                "allowAnonLogging": false,
                "contentVersion": "0.3.1.0.full.1",
                "panelizationSummary": {
                  "containsEpubBubbles": false,
                  "containsImageBubbles": false
                },
                "imageLinks": {
                  "smallThumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
                  "thumbnail": "http://books.google.com/books/content?id=EiLMpZBacwkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
                },
                "language": "en",
                "previewLink": "http://books.google.fr/books?id=EiLMpZBacwkC&pg=PA44&dq=foo&hl=&cd=10&source=gbs_api",
                "infoLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&source=gbs_api",
                "canonicalVolumeLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC"
              },
              "saleInfo": {
                "country": "FR",
                "saleability": "FREE",
                "isEbook": true,
                "buyLink": "https://play.google.com/store/books/details?id=EiLMpZBacwkC&rdid=book-EiLMpZBacwkC&rdot=1&source=gbs_api"
              },
              "accessInfo": {
                "country": "FR",
                "viewability": "ALL_PAGES",
                "embeddable": true,
                "publicDomain": true,
                "textToSpeechPermission": "ALLOWED",
                "epub": {
                  "isAvailable": false
                },
                "pdf": {
                  "isAvailable": true,
                  "downloadLink": "http://books.google.fr/books/download/Journeys_in_North_China_Manchuria_and_Ea.pdf?id=EiLMpZBacwkC&hl=&output=pdf&sig=ACfU3U1PXR-KE82ZKWHaToDSTaaWkwMCQQ&source=gbs_api"
                },
                "webReaderLink": "http://play.google.com/books/reader?id=EiLMpZBacwkC&hl=&printsec=frontcover&source=gbs_api",
                "accessViewStatus": "FULL_PUBLIC_DOMAIN",
                "quoteSharingAllowed": false
              },
              "searchInfo": {
                "textSnippet": "CHIH-LI.—Capital, PEKING, also called Swun-tien-\u003cb\u003efoo\u003c/b\u003e. Pau-ting-\u003cb\u003efoo\u003c/b\u003e&quot; ... Tai-ngan-\u003cbr\u003e\n\u003cb\u003efoo\u003c/b\u003e Toong-chang-\u003cb\u003efoo\u003c/b\u003e Woo-ding-\u003cb\u003efoo\u003c/b\u003e Tsing-chow-\u003cb\u003efoo\u003c/b\u003e Yen-chow-\u003cb\u003efoo\u003c/b\u003e Lai-chow-\u003cb\u003efoo\u003c/b\u003e \u003cbr\u003e\nYi-chow-\u003cb\u003efoo\u003c/b\u003e Tung-chow-\u003cb\u003efoo\u003c/b\u003e Tsau-chow-\u003cb\u003efoo\u003c/b\u003e THE “\u003cb\u003eFOO\u003c/b\u003e 99 CITIES. 45 SHAN-SI."
              }
            }
          ]
        }
        
Test Information
No Tests for this request
Request Description
### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has no content | 1 |
Request Information
Request Method: POST
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/1001/clearVolumes?key=
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 122ms
Mean size per request: 514B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 8dd7c164-e581-4b86-a2d2-67a66bbcf0b0
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:17 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502aC001] Response has status 200 0 1 0
[S502a002] Response to be empty object 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
[S502aC001] Response has status 200
expected response to have status code 200 but got 429
Request Description
### Test Scenario : [S502b] consult bookshelf ### ### 3 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has all expected properties | 1 | | ```[C003]``` | Response has "totalItems" set to 0 | 1 |
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 128ms
Mean size per request: 514B

Test Pass Percentage
40 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token d8b44c40-5ecf-4f75-a3e2-511d0e1ec5c0
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:17 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502bC001] Response has status 200 0 1 0
[S502bC002] Response to be object with "kind" and "totalItems" properties 0 1 0
[S502bC003] Response "totalItems" = 0 0 1 0
Total 2 3 0
Test Failures
Test NameAssertion Error
[S502bC001] Response has status 200
expected response to have status code 200 but got 429
[S502bC002] Response to be object with "kind" and "totalItems" properties
expected { Object (error) } to have property 'kind'
[S502bC003] Response "totalItems" = 0
expected undefined to deeply equal 0
Request Description
### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has no content | 1 |
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 126ms
Mean size per request: 514B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 182da26f-647f-4988-a7f4-3e432117e280
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:17 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502cC001] Response has status 200 0 1 0
[S502cC002] Response to be empty object 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
[S502cC001] Response has status 200
expected response to have status code 200 but got 429
Request Description
### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has expected properties| 1 | | ```[C003]``` | Response has "totalItems" = 1| 1 |
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 125ms
Mean size per request: 514B

Test Pass Percentage
40 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 0846857f-b61b-478a-9cba-4cbabf7ed8a6
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:17 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502dC001] Response has status 200 0 1 0
[S502dC002] Response to be object with "kind" and "totalItems" properties 0 1 0
[S502dC003] Response "totalItems" = 1 0 1 0
Total 2 3 0
Test Failures
Test NameAssertion Error
[S502dC001] Response has status 200
expected response to have status code 200 but got 429
[S502dC002] Response to be object with "kind" and "totalItems" properties
expected { Object (error) } to have property 'kind'
[S502dC003] Response "totalItems" = 1
expected undefined to equal 1
Request Description
### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has expected properties| 1 | | ```[C003]``` | Response has one item which id and title matches book from [S502c]| 1 |
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 130ms
Mean size per request: 514B

Test Pass Percentage
40 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token ca4c37fa-40e1-4370-8f31-3ef85744869e
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:18 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502eC001] Reponse has status 200 0 1 0
[S502e002] Response object has all expected properties 0 1 0
[S502e003] Response object has uniq item with "id" = B3hOv6y9_dcC and "title" = Akim-foo 0 1 0
Total 2 3 0
Test Failures
Test NameAssertion Error
[S502eC001] Reponse has status 200
expected response to have status code 200 but got 429
[S502e002] Response object has all expected properties
expected { Object (error) } to have property 'kind'
[S502e003] Response object has uniq item with "id" = B3hOv6y9_dcC and "title" = Akim-foo
Cannot read property '0' of undefined
Request Description
### 2 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has no content | 1 |
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 128ms
Mean size per request: 514B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token 09b23a75-989b-4e58-89a7-0d44b6f17ee7
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:18 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502fC001] Response has status 200 0 1 0
[S502f002] Response to be empty object 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
[S502fC001] Response has status 200
expected response to have status code 200 but got 429
Request Description
### 3 test cases : ### | [case] | Description | Iteration | |:-|:-|:-| | ```[C001]``` | Response has "200" Status code | 1| | ```[C002]``` | Response has totalItems back to [S502b] value | 1 | | ```[C003]``` | Response has no longer an item of id "B3hOv6y9_dcC"| 1 |
Request Information
Request Method: GET
Request URL: https://www.googleapis.com/books/v1/mylibrary/bookshelves/1001/volumes?key=
Response Information
Response Code: 429 - Too Many Requests
Mean time per request: 124ms
Mean size per request: 514B

Test Pass Percentage
60 %
Request Headers
Header NameHeader Value
Authorization Bearer ya29.a0AfH6SMDZiE9oATm0cGzuaRawxhh5KmMkuIufLt_4pOx3hl4l4oLiKiqMRdEyGCqj8wr6BYx0GpI2ihM0SA9c0JgZgi0CMw_NqZT7_gcOTV5L2PdOnL1tg2Eww-Y_HQyi-vJu6LngWMkBC4pR44FjfyOZQEQZbQ
User-Agent PostmanRuntime/7.26.10
Accept */*
Cache-Control no-cache
Postman-Token f6eae92d-cb0a-49cf-a976-5436b88025f9
Host www.googleapis.com
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Vary Origin
Vary X-Origin
Vary Referer
Content-Type application/json; charset=UTF-8
Content-Encoding gzip
Date Tue, 06 Apr 2021 14:12:18 GMT
Server ESF
Cache-Control private
X-XSS-Protection 0
X-Frame-Options SAMEORIGIN
X-Content-Type-Options nosniff
Alt-Svc h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Transfer-Encoding chunked
Response Body
{
          "error": {
            "code": 429,
            "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
            "errors": [
              {
                "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'books.googleapis.com' for consumer 'project_number:665351653611'.",
                "domain": "global",
                "reason": "rateLimitExceeded"
              }
            ],
            "status": "RESOURCE_EXHAUSTED"
          }
        }
        
Test Information
NamePassedFailedSkipped
[S00time] response time is below 400ms 1 0 0
[S00json] response format is JSON 1 0 0
[S502gC001] Reponse has status 200 0 1 0
[S502gC002] total Items of bookshelf is back to null 0 1 0
[S502gC003] bookId B3hOv6y9_dcC is no longer present in bookshelf list 1 0 0
Total 3 2 0
Test Failures
Test NameAssertion Error
[S502gC001] Reponse has status 200
expected response to have status code 200 but got 429
[S502gC002] total Items of bookshelf is back to null
expected undefined to deeply equal null